You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/stackdriver/StackdriverProperties.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,9 @@ public class StackdriverProperties extends StepRegistryProperties {
48
48
privateMap<String, String> resourceLabels;
49
49
50
50
/**
51
-
* Whether to use semantically correct metric types. When this is false, counter
52
-
* metrics are published as the GAUGE MetricKind. When this is true, counter metrics
53
-
* are published as the CUMULATIVE MetricKind. This is false by default for the sake
54
-
* of backwards compatibility.
51
+
* Whether to use semantically correct metric types. When false, counter metrics are
52
+
* published as the GAUGE MetricKind. When true, counter metrics are published as the
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/export/stackdriver/StackdriverPropertiesConfigAdapterTests.java
0 commit comments