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/datadog/DatadogProperties.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ public class DatadogProperties extends StepRegistryProperties {
36
36
privateStringapiKey;
37
37
38
38
/**
39
-
* Datadog application key. Not strictly required, but improves the Datadog experience
40
-
* by sending meter descriptions, types, and base units to Datadog.
39
+
* Datadog's application key. Not strictly required, but improves the Datadog
40
+
* experience by sending meter descriptions, types, and base units to Datadog.
0 commit comments