Skip to content

Commit 3d86210

Browse files
committed
Configure tempo trace id for catchall data source
Related PR(s): * https://git.speag.com/oSparc/osparc-ops-deployment-configuration/-/merge_requests/1405
1 parent b304468 commit 3d86210

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

services/monitoring/grafana/terraform/datasources.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ resource "grafana_data_source" "prometheuscatchall" {
1414
basic_auth_enabled = false
1515
is_default = false
1616
uid = "RmZEr52nz"
17+
18+
json_data_encoded = jsonencode({
19+
exemplarTraceIdDestinations = [
20+
{
21+
datasourceUid = "tempo"
22+
name = "TraceID"
23+
}
24+
]
25+
})
26+
1727
}
1828

1929
resource "grafana_data_source" "tempo" {

0 commit comments

Comments
 (0)