Skip to content

Commit

Permalink
Fix to tempo integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Imshelledin21 committed Jan 24, 2025
1 parent 596aba5 commit 74e33f2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ spec:
values:
tests:
- env:
CLUSTER: loki-integration-test
NAMESPACE: loki
CLUSTER: tempo-integration-test
NAMESPACE: tempo
PROMETHEUS_URL: http://prometheus-server.prometheus.svc:9090/api/v1/query
PROMETHEUS_USER: promuser
PROMETHEUS_PASS: prometheuspassword
Expand All @@ -44,7 +44,7 @@ spec:
LOKI_PASS: lokipassword
queries:
# Loki metrics
- query: loki_build_info{cluster="$CLUSTER", namespace="$NAMESPACE"}
- query: tempo_build_info{cluster="$CLUSTER", namespace="$NAMESPACE"}

# Loki Logs
- query: count_over_time({cluster="$CLUSTER", namespace="$NAMESPACE"}[1h])
Expand Down

0 comments on commit 74e33f2

Please sign in to comment.