Skip to content

Commit 730924b

Browse files
authored
Change metric label to queue name to help making generic dashboard (#83)
Signed-off-by: LE SAULNIER Kevin <[email protected]>
1 parent 01005c9 commit 730924b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gridsuite/shortcircuit/server/service/ShortCircuitObserver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class ShortCircuitObserver {
2323
private static final String OBSERVATION_PREFIX = "app.computation.";
2424
private static final String TYPE_TAG_NAME = "type";
2525
private static final String STATUS_TAG_NAME = "status";
26-
private static final String COMPUTATION_TYPE = "shortcircuit";
26+
private static final String COMPUTATION_TYPE = "shortcircuitanalysis";
2727
private static final String COMPUTATION_COUNTER_NAME = OBSERVATION_PREFIX + "count";
2828
private static final String PROVIDER_TAG_NAME = "provider";
2929
private final ObservationRegistry observationRegistry;

0 commit comments

Comments
 (0)