Skip to content

Commit

Permalink
Merge branch 'foxlegend-feat/correlation'
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pequegnot committed Jul 2, 2024
2 parents f338dd9 + 4f27899 commit 6014cde
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 60 deletions.
23 changes: 1 addition & 22 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ services:
- --web.enable-lifecycle
- --web.enable-remote-write-receiver
- --enable-feature=otlp-write-receiver
- --enable-feature=exemplar-storage

tempo:
image: grafana/tempo:latest
Expand Down Expand Up @@ -303,13 +304,6 @@ services:
isDefault: true
version: 1
editable: true
jsonData:
derivedFields:
- datasourceUid: tempo
matcherRegex: 'trace_id'
matcherType: 'label'
name: TraceID
urlDisplayLabel: 'View Trace'
- name: Prometheus
type: prometheus
uid: prometheus
Expand All @@ -320,11 +314,6 @@ services:
isDefault: false
version: 1
editable: true
jsonData:
httpMethod: GET
exemplarTraceIdDestinations:
- datasourceUid: tempo
name: TraceID
- name: Tempo
type: tempo
access: proxy
Expand All @@ -340,16 +329,6 @@ services:
httpMethod: GET
serviceMap:
datasourceUid: prometheus
tracesToLogsV2:
datasourceUid: loki
filterBySpanID: false
filterByTraceID: true
tags:
- application
tracesToMetrics:
datasourceUid: prometheus
tags:
- application
EOF
/run.sh
image: grafana/grafana:latest
Expand Down
Loading

0 comments on commit 6014cde

Please sign in to comment.