File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
src/content/docs/identityserver/diagnostics Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -141,13 +141,16 @@ Note that the pages in the user interface are not IdentityServer endpoints and a
141
141
| endpoint | The type name for the endpoint processor |
142
142
| path | The path of the request |
143
143
144
- ### Detailed Metrics - Experimental
144
+ ### Detailed Metrics
145
145
146
146
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 " >< ; 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
+ :::
151
154
152
155
#### Telemetry.Metrics.Counters.ApiSecretValidation
153
156
You can’t perform that action at this time.
0 commit comments