-
Notifications
You must be signed in to change notification settings - Fork 274
Add new Blazor metrics for Net10 #2235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
pavelsavara
wants to merge
8
commits into
open-telemetry:main
Choose a base branch
from
pavelsavara:blazor_net_10
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
278c73a
first attempt
pavelsavara 92f860b
sync with asp repo
pavelsavara 39b8440
more details
pavelsavara 5142761
more details
pavelsavara 7c9f4b7
updates after aspnetcore API review
pavelsavara bb47309
Merge branch 'main' into blazor_net_10
pavelsavara 317def2
more
pavelsavara 388171d
feedback
pavelsavara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Semantic conventions for Blazor UI framework | ||
|
||
**Status**: [Development][DocumentStatus] | ||
|
||
This article defines semantic conventions for Blazor metrics emitted by .NET components. | ||
|
||
<!-- semconv metric.aspnetcore.components.navigate --> | ||
<!-- endsemconv --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
groups: | ||
- id: span.Microsoft.AspNetCore.Components.Server.Circuits.StartCircuit | ||
type: span | ||
span_kind: internal | ||
brief: | ||
note: > | ||
ActivitySource name: `Microsoft.AspNetCore.Components.Server.Circuits`; Added in: ASP.NET Core 10.0 | ||
More about [Blazor circuits](https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/signalr) | ||
stability: development | ||
attributes: | ||
- ref: aspnetcore.components.circuit.id | ||
requirement_level: required | ||
- ref: error.type | ||
requirement_level: | ||
conditionally_required: if the circuit initialization failed | ||
- id: span.Microsoft.AspNetCore.Components.Navigate | ||
type: span | ||
span_kind: internal | ||
brief: | ||
note: > | ||
ActivitySource name: `Microsoft.AspNetCore.Components`; Added in: ASP.NET Core 10.0 | ||
More about [Blazor routing](https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/routing) | ||
stability: development | ||
attributes: | ||
- ref: aspnetcore.components.circuit.id | ||
requirement_level: required | ||
- ref: aspnetcore.components.type | ||
requirement_level: required | ||
- ref: aspnetcore.components.route | ||
requirement_level: required | ||
- ref: error.type | ||
requirement_level: | ||
conditionally_required: if the circuit initialization failed | ||
- id: span.Microsoft.AspNetCore.Components.HandleEvent | ||
type: span | ||
span_kind: internal | ||
brief: | ||
note: > | ||
ActivitySource name: `Microsoft.AspNetCore.Components`; Added in: ASP.NET Core 10.0 | ||
More about [Blazor event handling](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/event-handling) | ||
stability: development | ||
attributes: | ||
- ref: aspnetcore.components.circuit.id | ||
requirement_level: required | ||
- ref: aspnetcore.components.type | ||
requirement_level: required | ||
- ref: aspnetcore.components.route | ||
requirement_level: required | ||
- ref: code.function.name | ||
requirement_level: required | ||
- ref: aspnetcore.components.attribute.name | ||
requirement_level: required | ||
- ref: error.type | ||
requirement_level: | ||
conditionally_required: if the circuit initialization failed |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.