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 10ee682 commit 96ecd0cCopy full SHA for 96ecd0c
packages/service-library/src/servicelib/aiohttp/tracing.py
@@ -50,7 +50,7 @@ def setup_tracing(
50
f"[{tracing_settings.TRACING_OPENTELEMETRY_COLLECTOR_ENDPOINT}] "
51
"or opentelemetry_collector_port "
52
f"[{tracing_settings.TRACING_OPENTELEMETRY_COLLECTOR_PORT}] "
53
- "unset. Tracing options incomplete."
+ "unset. Provide both or remove both."
54
)
55
raise RuntimeError(msg)
56
resource = Resource(attributes={"service.name": service_name})
0 commit comments