Skip to content

Commit

Permalink
fix query-test query
Browse files Browse the repository at this point in the history
  • Loading branch information
rlankfo committed Feb 5, 2025
1 parent 9ba3ac7 commit 9c95582
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
- configMapRef: {name: test-variables}
queries:
# otel demo services
- query: group by (telemetry_sdk_language, job) (traces_target_info{deployment_environment=~".*", cluster="$CLUSTER"})
- query: group by (telemetry_sdk_language, job) (traces_target_info{deployment_environment=~".*", k8s_cluster_name="$CLUSTER"})
type: promql

0 comments on commit 9c95582

Please sign in to comment.