Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #48 from NethermindEth/feature/grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 authored Nov 29, 2023
2 parents 2c67885 + ee45d08 commit 242a24a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions api/configs/grafana-logs.config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# logs:
# configs:
# - name: default
# positions:
# filename: /tmp/positions.yaml
# scrape_configs:
# - job_name: starknet-remix-docker-logs
# static_configs:
# - targets: [localhost]
# labels:
# job: starknet-remix-docker-logs
# __path__: "${PROMTAIL_BASE_DIR}/logs/*"
# clients:
# - url: https://logs-prod-us-central1.grafana.net/loki/api/v1/push
# basic_auth:
# username: ${PROMTAIL_USERNAME}
# password: ${PROMTAIL_PASSWORD}
logs:
configs:
- name: default
positions:
filename: /tmp/positions.yaml
scrape_configs:
- job_name: zksync-remix-docker-logs
static_configs:
- targets: [localhost]
labels:
job: zksync-remix-docker-logs
__path__: "${PROMTAIL_BASE_DIR}/logs/*"
clients:
- url: https://logs-prod-us-central1.grafana.net/loki/api/v1/push
basic_auth:
username: ${PROMTAIL_USERNAME}
password: ${PROMTAIL_PASSWORD}

0 comments on commit 242a24a

Please sign in to comment.