Skip to content

Commit d632920

Browse files
zeitlingertrask
andauthored
Update instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/DbClientMetrics.java
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 8cd4258 commit d632920

File tree

1 file changed

+1
-1
lines changed
  • instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db

1 file changed

+1
-1
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db/DbClientMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void onEnd(Context context, Attributes endAttributes, long endNanos) {
7373
if (state == null) {
7474
logger.log(
7575
FINE,
76-
"No state present when ending context {0}. Cannot record database request metrics.",
76+
"No state present when ending context {0}. Cannot record database operation metrics.",
7777
context);
7878
return;
7979
}

0 commit comments

Comments
 (0)