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 675c1a4 commit 44a4439Copy full SHA for 44a4439
microbootstrap/instruments/opentelemetry_instrument.py
@@ -100,7 +100,7 @@ def bootstrap(self) -> None:
100
attributes[ResourceAttributes.SERVICE_NAMESPACE] = self.instrument_config.opentelemetry_namespace
101
if self.instrument_config.opentelemetry_container_name:
102
attributes[ResourceAttributes.CONTAINER_NAME] = self.instrument_config.opentelemetry_container_name
103
- resource: typing.Final = resources.Resource.create(attributes=attributes) # type: ignore[attr-defined]
+ resource: typing.Final = resources.Resource.create(attributes=attributes)
104
105
self.tracer_provider = SdkTracerProvider(resource=resource)
106
if self.instrument_config.pyroscope_endpoint and pyroscope:
0 commit comments