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.
2 parents caffad0 + 2eeb185 commit 51402caCopy full SHA for 51402ca
lite_bootstrap/instruments/opentelemetry_instrument.py
@@ -56,8 +56,8 @@ def check_dependencies() -> bool:
56
57
def bootstrap(self) -> None:
58
attributes = {
59
- resources.SERVICE_NAME: self.bootstrap_config.service_name
60
- or self.bootstrap_config.opentelemetry_service_name,
+ resources.SERVICE_NAME: self.bootstrap_config.opentelemetry_service_name
+ or self.bootstrap_config.service_name,
61
resources.TELEMETRY_SDK_LANGUAGE: "python",
62
resources.SERVICE_NAMESPACE: self.bootstrap_config.opentelemetry_namespace,
63
resources.SERVICE_VERSION: self.bootstrap_config.service_version,
0 commit comments