mirror of https://github.com/grafana/grafana
Merge pull request #15178 from marefr/loki_blocks_fixes
devenv: various fixes for Loki docker blockpull/15234/head
commit
d4ecba5235
@ -0,0 +1,27 @@ |
|||||||
|
server: |
||||||
|
http_listen_port: 9080 |
||||||
|
grpc_listen_port: 0 |
||||||
|
|
||||||
|
positions: |
||||||
|
filename: /tmp/positions.yaml |
||||||
|
|
||||||
|
client: |
||||||
|
url: http://loki:3100/api/prom/push |
||||||
|
|
||||||
|
scrape_configs: |
||||||
|
- job_name: system |
||||||
|
entry_parser: raw |
||||||
|
static_configs: |
||||||
|
- targets: |
||||||
|
- localhost |
||||||
|
labels: |
||||||
|
job: varlogs |
||||||
|
__path__: /var/log/*log |
||||||
|
- job_name: grafana |
||||||
|
entry_parser: raw |
||||||
|
static_configs: |
||||||
|
- targets: |
||||||
|
- localhost |
||||||
|
labels: |
||||||
|
job: grafana |
||||||
|
__path__: /var/log/grafana/*log |
Loading…
Reference in new issue