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 5cd650a commit 027da73Copy full SHA for 027da73
opentelemetry-api/src/opentelemetry/metrics/_internal/__init__.py
@@ -289,7 +289,7 @@ def _log_instrument_registration_conflict(
289
_logger.warning(
290
"An instrument with name %s, type %s, unit %s and "
291
"description %s has been created already with a "
292
- "different advisory value %s.",
+ "different advisory value %s and will be used instead.",
293
name,
294
Counter.__name__,
295
unit,
0 commit comments