Skip to content

Commit

Permalink
Use the custom Attributes object
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek378521 committed Jul 3, 2024
1 parent 815e7f3 commit e320a9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
)
from opentelemetry.util._once import Once
from opentelemetry.util._providers import _load_provider
from opentelemetry.util.types import Attributes

_logger = getLogger(__name__)

Expand Down Expand Up @@ -102,7 +103,7 @@ def get_meter(
name: str,
version: Optional[str] = None,
schema_url: Optional[str] = None,
attributes: Optional[dict] = None,
attributes: Attributes = None,
) -> "Meter":
"""Returns a `Meter` for use by the given instrumentation library.
Expand Down

0 comments on commit e320a9e

Please sign in to comment.