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 97b2669 commit 3e77f89Copy full SHA for 3e77f89
opentelemetry-sdk/src/opentelemetry/sdk/metrics/_internal/__init__.py
@@ -225,7 +225,7 @@ def create_histogram(
225
if invalid_advisory:
226
advisory = None
227
_logger.warning(
228
- "Advisory must be a dict with explicit_bucket_boundaries key containing a sequence of numbers"
+ "Advisory must be a valid MetricsHistogramAdvisory with explicit_bucket_boundaries key containing a sequence of floats"
229
)
230
231
status = self._register_instrument(
0 commit comments