Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix comment
  • Loading branch information
anuraaga committed Mar 5, 2025
commit 7724e020105bec497ae672c2b240f5b4d3e2d653
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void onEnd(Context context, Attributes endAttributes, long endNanos) {
if (state == null) {
logger.log(
FINE,
"No state present when ending context {0}. Cannot record database operation metrics.",
"No state present when ending context {0}. Cannot record gen_ai operation metrics.",
context);
return;
}
Expand Down
Loading