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 54d85c8 commit 25b5f3bCopy full SHA for 25b5f3b
servers/opentelemetry_middleware.py
@@ -24,9 +24,7 @@ def configure_aspire_dashboard(service_name: str = "expenses-mcp"):
24
"""
25
otlp_endpoint = os.getenv("OTEL_EXPORTER_OTLP_ENDPOINT")
26
if not otlp_endpoint:
27
- raise ValueError(
28
- "OTEL_EXPORTER_OTLP_ENDPOINT environment variable must be set to configure telemetry export."
29
- )
+ raise ValueError("OTEL_EXPORTER_OTLP_ENDPOINT environment variable must be set to configure telemetry export.")
30
31
# Create resource with service name
32
resource = Resource.create({"service.name": service_name})
0 commit comments