Skip to content

Commit 8df211d

Browse files
committed
Remove "Duende.IdentityServer.Experimental" service name from telemetry
1 parent 2e2bfa0 commit 8df211d

File tree

1 file changed

+8
-5
lines changed
  • src/content/docs/identityserver/diagnostics

1 file changed

+8
-5
lines changed

src/content/docs/identityserver/diagnostics/otel.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,16 @@ Note that the pages in the user interface are not IdentityServer endpoints and a
141141
| endpoint | The type name for the endpoint processor |
142142
| path | The path of the request |
143143

144-
### Detailed Metrics - Experimental
144+
### Detailed Metrics
145145

146146
These detailed metrics are instrumented by the IdentityServer middleware and services and track usage of specific
147-
flows and features. These metrics are created by the meter named "Duende.IdentityServer.Experimental", which is
148-
the value of the `Duende.IdentityServer.Telemetry.ServiceName.Experimental` constant.
149-
The definition and tags of these counters may be changed between releases. Once the counters and tags
150-
are considered stable they will be moved to the `Duende.IdentityServer.Telemetry.ServiceName` meter.
147+
flows and features.
148+
149+
:::note
150+
In IdentityServer versions <span data-shb-badge data-shb-badge-variant="default">&lt;7.3</span>,
151+
these metrics are created by the meter named "Duende.IdentityServer.Experimental", starting with IdentityServer 7.3,
152+
they are created by the meter named "Duende.IdentityServer".
153+
:::
151154

152155
#### Telemetry.Metrics.Counters.ApiSecretValidation
153156

0 commit comments

Comments
 (0)