Skip to content

Remove "Duende.IdentityServer.Experimental" service name from telemetry #713

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
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions src/content/docs/identityserver/diagnostics/otel.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,16 @@ Note that the pages in the user interface are not IdentityServer endpoints and a
| endpoint | The type name for the endpoint processor |
| path | The path of the request |

### Detailed Metrics - Experimental
### Detailed Metrics

These detailed metrics are instrumented by the IdentityServer middleware and services and track usage of specific
flows and features. These metrics are created by the meter named "Duende.IdentityServer.Experimental", which is
the value of the `Duende.IdentityServer.Telemetry.ServiceName.Experimental` constant.
The definition and tags of these counters may be changed between releases. Once the counters and tags
are considered stable they will be moved to the `Duende.IdentityServer.Telemetry.ServiceName` meter.
flows and features.

:::note
In IdentityServer versions <span data-shb-badge data-shb-badge-variant="default">&lt;7.3</span>,
these metrics are created by the meter named "Duende.IdentityServer.Experimental", starting with IdentityServer 7.3,
they are created by the meter named "Duende.IdentityServer".
:::

#### Telemetry.Metrics.Counters.ApiSecretValidation

Expand Down