Source code for opentelemetry.sdk.metrics._internal.exceptions

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0


[docs] class MetricsTimeoutError(Exception): """Raised when a metrics function times out"""