We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c9022 commit afeb90cCopy full SHA for afeb90c
wrapper/src/main/java/software/amazon/jdbc/util/telemetry/DefaultTelemetryFactory.java
@@ -61,7 +61,7 @@ public DefaultTelemetryFactory(final Properties properties) {
61
this.metricsTelemetryFactory = null;
62
} else {
63
throw new RuntimeException(
64
- telemetryTracesBackend + " is not a valid metrics backend. Available options: OTLP, NONE.");
+ telemetryMetricsBackend + " is not a valid metrics backend. Available options: OTLP, NONE.");
65
}
66
67
0 commit comments