Skip to content

Commit c3f8698

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 0685dd6 commit c3f8698

File tree

1 file changed

+1
-1
lines changed
  • sample-operators/metrics-processing/src/test/java/io/javaoperatorsdk/operator/sample/metrics

1 file changed

+1
-1
lines changed

sample-operators/metrics-processing/src/test/java/io/javaoperatorsdk/operator/sample/metrics/MetricsHandlingE2E.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ private void verifyPrometheusMetrics() {
235235
// exported_namespace is needed because of otel collector.
236236
assertMetricPresent(
237237
prometheusUrl,
238-
"events_received_total{namespace=\"exported_namespace\"}",
238+
"events_received_total{exported_namespace=\"no_namespace\"}",
239239
Duration.ofSeconds(30),
240240
"events_received_total",
241241
"exported_namespace");

0 commit comments

Comments
 (0)