Skip to content

Commit a3e6a6d

Browse files
authored
Update opentelemetry-api/src/opentelemetry/metrics/_internal/__init__.py
1 parent d139b83 commit a3e6a6d

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-api/src/opentelemetry/metrics/_internal

1 file changed

+1
-1
lines changed

opentelemetry-api/src/opentelemetry/metrics/_internal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def _log_instrument_registration_conflict(
291291
"description %s has been created already with a "
292292
"different advisory value %s and will be used instead.",
293293
name,
294-
instrumentation_type
294+
instrumentation_type,
295295
unit,
296296
description,
297297
status.current_advisory,

0 commit comments

Comments
 (0)