Skip to content

Commit 4119b43

Browse files
Apply suggestion from @christiand93
Co-authored-by: Christian Dinse <19688125+christiand93@users.noreply.github.com>
1 parent fc20ace commit 4119b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf-java-logging-support-opentelemetry-agent-extension/src/main/java/com/sap/hcf/cf/logging/opentelemetry/agent/ext/exporter/DynatraceMetricsExporterProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public MetricExporter createExporter(ConfigProperties config) {
113113

114114
CloudFoundryCredentials credentials = cfService.getCredentials();
115115
if (credentials == null) {
116-
LOG.warning("No credentials found Skipping dynatrace exporter configuration");
116+
LOG.warning("No credentials found. Skipping dynatrace exporter configuration.");
117117
return NoopMetricExporter.getInstance();
118118
}
119119
String apiUrl = credentials.getString(CRED_DYNATRACE_APIURL);

0 commit comments

Comments
 (0)