Skip to content

Commit 247f318

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 588dbd7 commit 247f318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micrometer-support/src/main/java/io/javaoperatorsdk/operator/monitoring/micrometer/MicrometerMetricsV2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class MicrometerMetricsV2 implements Metrics {
6262

6363
public static final String RECONCILIATION_EXECUTION_DURATION =
6464
RECONCILIATIONS + "execution.duration";
65-
public static final String NO_NAMESPACE = "NO_NAMESPCAVE";
65+
public static final String NO_NAMESPACE = "NO_NAMESPACE";
6666
public static final String UNKNOWN_ACTION = "UNKNOWN";
6767

6868
private final MeterRegistry registry;

0 commit comments

Comments
 (0)