Skip to content

Commit cca5244

Browse files
IEvangelistCopilot
andauthored
Update src/frontend/src/content/docs/dashboard/standalone-for-python.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a16427e commit cca5244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/content/docs/dashboard/standalone-for-python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The starter template includes basic telemetry configuration in `telemetry.py`. L
111111
def configure_telemetry(app, service_name: str = "app"):
112112
"""Configure OpenTelemetry for FastAPI application."""
113113

114-
# Get <abbr title="OpenTelemetry Protocol" data-tooltip-placement="top">OTLP</abbr> endpoint from environment or use default for standalone dashboard
114+
# Get OTLP endpoint from environment or use default for standalone dashboard
115115
otlp_endpoint = os.getenv("OTEL_EXPORTER_OTLP_ENDPOINT", "http://localhost:4317")
116116

117117
# Create resource with service name

0 commit comments

Comments
 (0)