We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca5244 commit 3fbcf5bCopy full SHA for 3fbcf5b
src/frontend/src/content/docs/dashboard/standalone-for-nodejs.mdx
@@ -118,7 +118,7 @@ Now let's add OpenTelemetry instrumentation to send telemetry data to the Aspire
118
const { resourceFromAttributes } = require('@opentelemetry/resources');
119
const { ATTR_SERVICE_NAME } = require('@opentelemetry/semantic-conventions');
120
121
- // Configure the <abbr title="OpenTelemetry Protocol" data-tooltip-placement="top">OTLP</abbr> endpoint for standalone dashboard
+ // Configure the OTLP endpoint for standalone dashboard
122
const otlpEndpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT || 'http://localhost:4317';
123
124
// Create resource with service name
0 commit comments