@@ -16,9 +16,9 @@ services:
1616 loki :
1717 labels :
1818 << : *profiles-labels
19- profiles .grafana.com/service_name : loki
19+ logs .grafana.com/scrape : true
2020 metrics.grafana.com/scrape : true
21- logs .grafana.com/log-format : json
21+ profiles .grafana.com/service_name : loki
2222 environment :
2323 << : *jaeger-environment
2424 JAEGER_TAGS : app=loki
@@ -27,10 +27,10 @@ services:
2727 grafana :
2828 labels :
2929 << : *profiles-labels
30+ logs.grafana.com/scrape : true
31+ metrics.grafana.com/scrape : true
3032 profiles.grafana.com/service_name : grafana
3133 profiles.grafana.com/port : 6060
32- metrics.grafana.com/scrape : true
33- logs.grafana.com/log-format : logfmt
3434 volumes :
3535 - ./monitoring-mixins/pyroscope-mixin/deploy/dashboards_out:/var/lib/grafana/dashboards/pyroscope-mixin
3636 - ./monitoring-mixins/loki-mixin/deploy/dashboards_out:/var/lib/grafana/dashboards/loki-mixin
@@ -45,9 +45,9 @@ services:
4545 tempo :
4646 labels :
4747 << : *profiles-labels
48- profiles .grafana.com/service_name : tempo
48+ logs .grafana.com/scrape : true
4949 metrics.grafana.com/scrape : true
50- logs .grafana.com/log-format : logfmt
50+ profiles .grafana.com/service_name : tempo
5151 depends_on : { minio: { condition: service_healthy }, mimir: { condition: service_healthy } }
5252 environment :
5353 << : *jaeger-environment
@@ -57,8 +57,9 @@ services:
5757 mimir :
5858 labels :
5959 << : *profiles-labels
60+ logs.grafana.com/scrape : true
61+ metrics.grafana.com/scrape : true
6062 profiles.grafana.com/service_name : mimir
61- logs.grafana.com/log-format : logfmt
6263 environment :
6364 << : *jaeger-environment
6465 JAEGER_TAGS : app=mimir
@@ -75,8 +76,9 @@ services:
7576 # override compose.yaml included service pyroscope's labels and environment to enabled traces data collection
7677 pyroscope :
7778 labels :
79+ logs.grafana.com/scrape : true
7880 metrics.grafana.com/scrape : true
79- logs .grafana.com/log-format : logfmt
81+ profiles .grafana.com/service_name : pyroscope
8082 environment :
8183 << : *jaeger-environment
8284 JAEGER_TAGS : app=pyroscope
0 commit comments