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
* Switch Custom Metrics Shipment
SAP BTP Application Logging has been changed to accept custom metrics within
the log message stream. For this the messages need to be in JSON format and
contain a field "type":"metrics" and an array of metrics in field "metrics". The prior
approach using an Http endpoint is deprecated for removal. This commit changes
cf-java-logging-support to provide custom metrics according to the new format by
writing the correct JSON to `System.out`.
* Run Formatter and Cleanup over changed files
This commit contains changes by applying the formatter and cleanup configuration
across all files of the PR.
Copy file name to clipboardExpand all lines: cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/src/main/java/com/sap/cloud/cf/monitoring/client/MonitoringClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ public interface MonitoringClient {
Copy file name to clipboardExpand all lines: cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/src/main/java/com/sap/cloud/cf/monitoring/client/configuration/CFConfigurationProvider.java
Copy file name to clipboardExpand all lines: cf-java-monitoring-custom-metrics-clients/cf-custom-metrics-clients-core/src/main/java/com/sap/cloud/cf/monitoring/client/configuration/ConfigurationProvider.java
0 commit comments