mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/error-codes/errors-overview.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
abc1f553fc
commit
a5c2936b58
|
@ -49,7 +49,7 @@ The returned error includes:
|
|||
|
||||
## Dapr error code metrics
|
||||
|
||||
Metrics help users see when exactly errors are occuring from within the runtime. Error code metrics are collected using the `error_code_total` endpoint. This endpoint is disabled by default. You can [enable it using the `recordErrorCodes` field in your configuration file]({{< ref "metrics-overview.md#configuring-metrics-for-error-codes" >}}).
|
||||
Metrics help you see when exactly errors are occuring from within the runtime. Error code metrics are collected using the `error_code_total` endpoint. This endpoint is disabled by default. You can [enable it using the `recordErrorCodes` field in your configuration file]({{< ref "metrics-overview.md#configuring-metrics-for-error-codes" >}}).
|
||||
|
||||
## Demo
|
||||
|
||||
|
|
Loading…
Reference in New Issue