mirror of https://github.com/dapr/docs.git
updates from mark
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
70785f444d
commit
a1f7a78a92
|
@ -54,7 +54,7 @@ Dapr generates [logs]({{< ref logs.md >}}) to:
|
||||||
- Provide visibility into sidecar operation
|
- Provide visibility into sidecar operation
|
||||||
- Help users identify issues and perform debugging
|
- Help users identify issues and perform debugging
|
||||||
|
|
||||||
Log events contain warning, error, info, and debug messages produced by Dapr system services. You can also configure Dapr to send logs to collectors, such as Open Telemetry Collector, [Fluentd]({{< ref fluentd.md >}}), [New Relic]({{< ref "operations/observability/logging/newrelic.md" >}}), [Azure Monitor]({{< ref azure-monitor.md >}}), and other observability tools, so that logs can be searched and analyzed to provide insights.
|
Log events contain warning, error, info, and debug messages produced by Dapr system services. You can also configure Dapr to send logs to collectors, such as [Open Telemetry Collector]({{< ref otel-collector >}}), [Fluentd]({{< ref fluentd.md >}}), [New Relic]({{< ref "operations/observability/logging/newrelic.md" >}}), [Azure Monitor]({{< ref azure-monitor.md >}}), and other observability tools, so that logs can be searched and analyzed to provide insights.
|
||||||
|
|
||||||
### Metrics
|
### Metrics
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
type: docs
|
type: docs
|
||||||
title: "Policies"
|
title: "Resiliency policies"
|
||||||
linkTitle: "Policies"
|
linkTitle: "Policies"
|
||||||
weight: 200
|
weight: 200
|
||||||
description: "Configure resiliency policies for timeouts, retries, and circuit breakers"
|
description: "Configure resiliency policies for timeouts, retries, and circuit breakers"
|
||||||
|
|
Loading…
Reference in New Issue