mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
7419cd3693
commit
621c5ff8b1
|
@ -84,7 +84,7 @@ Setting `spec.metrics.http.increasedCardinality` to `false` is **recommended** t
|
|||
|
||||
You can set regular expressions for every metric exposed by the Dapr sidecar to "transform" their values. [See a list of all Dapr metrics](https://github.com/dapr/dapr/blob/master/docs/development/dapr-metrics.md).
|
||||
|
||||
The following example shows how to apply a regular expression for the label `method` in the metric `dapr_runtime_service_invocation_req_sent_total`:
|
||||
The name of the rule must match the name of the metric that is transformed. The following example shows how to apply a regular expression for the label `method` in the metric `dapr_runtime_service_invocation_req_sent_total`:
|
||||
|
||||
```yaml
|
||||
apiVersion: dapr.io/v1alpha1
|
||||
|
|
Loading…
Reference in New Issue