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 027da73 commit d139b83Copy full SHA for d139b83
opentelemetry-api/src/opentelemetry/metrics/_internal/__init__.py
@@ -291,7 +291,7 @@ def _log_instrument_registration_conflict(
291
"description %s has been created already with a "
292
"different advisory value %s and will be used instead.",
293
name,
294
- Counter.__name__,
+ instrumentation_type
295
unit,
296
description,
297
status.current_advisory,
0 commit comments