Skip to content

Commit b6f11e2

Browse files
committed
Test fix - port name for tempo-monolith is different than tempo distributed
1 parent e9ba2ff commit b6f11e2

File tree

2 files changed

+174
-173
lines changed

2 files changed

+174
-173
lines changed

charts/k8s-monitoring/tests/integration/integration-tempo/.rendered/output.yaml

+172-172
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/k8s-monitoring/tests/integration/integration-tempo/values.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ clusterMetrics:
2323
enabled: true
2424

2525
integrations:
26+
collector: alloy-singleton
2627
tempo:
2728
instances:
2829
- name: tempo
2930
labelSelectors:
3031
app.kubernetes.io/name: tempo
3132
metrics:
32-
portName: tempo-prom-metrics
33+
portName: prom-metrics
3334
logs:
3435
enabled: true
3536

0 commit comments

Comments
 (0)