mirror of
https://github.com/grafana/grafana.git
synced 2025-01-02 12:17:01 -06:00
19 lines
307 B
YAML
19 lines
307 B
YAML
server:
|
|
http_listen_port: 9080
|
|
grpc_listen_port: 0
|
|
|
|
positions:
|
|
filename: /tmp/positions.yaml
|
|
|
|
clients:
|
|
- url: http://loki:3100/loki/api/v1/push
|
|
|
|
scrape_configs:
|
|
- job_name: grafana
|
|
static_configs:
|
|
- targets:
|
|
- localhost
|
|
labels:
|
|
job: grafana
|
|
__path__: /var/log/grafana/*log
|