-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Open
2 / 32 of 3 issues completedLabels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one
Milestone
Description
Summary
Enable comprehensive OpenTelemetry support in Blazor WebAssembly for Aspire integration, including metrics, tracing, and logging instrumentation.
Background
Blazor WebAssembly currently lacks full OpenTelemetry support needed for Aspire integration. This requires developers to manually configure multiple components:
- MSBuild properties -
MetricsSupportandEventSourceSupportmust be manually enabled in.csprojfor runtime instrumentation to work - Component telemetry - Blazor's built-in metrics and tracing aren't registered by default on the WebAssembly host
- Configuration access - OTEL settings from environment variables need to be accessible through
IConfiguration
This work enables OpenTelemetry to function properly in Blazor WebAssembly with minimal manual setup.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing one