Address PR feedbacks

This commit is contained in:
Nghia Tran 2021-02-11 17:33:55 -08:00
parent 5c4b215248
commit b8c5c35da1
5 changed files with 8 additions and 2 deletions

View File

@ -5,3 +5,4 @@ linkTitle: "Logging"
weight: 400
description: "How to setup loggings for Dapr sidecar, and your application"
---

View File

@ -187,3 +187,4 @@ Handling connection for 5601
* [Elastic search helm chart](https://github.com/elastic/helm-charts/tree/master/elasticsearch)
* [Kibana helm chart](https://github.com/elastic/helm-charts/tree/master/kibana)
* [Kibana Query Language](https://www.elastic.co/guide/en/kibana/current/kuery-query.html)
* [Troubleshooting using Logs]({{< ref "logs-troubleshooting.md" >}})

View File

@ -2,6 +2,6 @@
type: docs
title: "Metrics"
linkTitle: "Metrics"
weight: 400
weight: 300
description: "How to view Dapr metrics"
---

View File

@ -3,7 +3,7 @@ type: docs
title: "Using OpenTelemetry Collector to collect traces"
linkTitle: "OpenTelemetry"
weight: 1000
description: "How to use Dapr to push trace events through the OpenTelemetry Collector."
description: "How to use Dapr to push trace events to Azure Application Insights, through the OpenTelemetry Collector."
---
Dapr can integrate with [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector) using the Zipkin API. This guide walks through an example to use Dapr to push trace events to Azure Application Insights, through the OpenTelemetry Collector.

View File

@ -178,3 +178,7 @@ time="2019-09-04T00:21:57Z" level=info msg="host added: 10.244.1.89"
### Non Kubernetes Environments
The examples above are specific specific to Kubernetes, but the principal is the same for any kind of container based environment: simply grab the container ID of the Dapr sidecar and/or system component (if applicable) and view its logs.
## References
* [How to setup loggings for Dapr sidecar, and your application]({{< ref "logging.md" >}})