Skip to content

Commit 3fbcf5b

Browse files
authored
Apply suggestions from code review
Co-authored-by: David Pine <david.pine@microsoft.com>
1 parent cca5244 commit 3fbcf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Now let's add OpenTelemetry instrumentation to send telemetry data to the Aspire
118118
const { resourceFromAttributes } = require('@opentelemetry/resources');
119119
const { ATTR_SERVICE_NAME } = require('@opentelemetry/semantic-conventions');
120120

121-
// Configure the <abbr title="OpenTelemetry Protocol" data-tooltip-placement="top">OTLP</abbr> endpoint for standalone dashboard
121+
// Configure the OTLP endpoint for standalone dashboard
122122
const otlpEndpoint = process.env.OTEL_EXPORTER_OTLP_ENDPOINT || 'http://localhost:4317';
123123

124124
// Create resource with service name

0 commit comments

Comments
 (0)