Skip to content

Commit

Permalink
Tweaks per PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pkedy authored and lynn-orrell committed Mar 27, 2021
1 parent 785bd35 commit 1061c0d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: docs
title: "Metrics"
linkTitle: "Metrics"
weight: 4000
description: "Observing Dapr metrics"
description: "Observing Dapr metrics in Kubernetes"
---

Dapr exposes a [Prometheus](https://prometheus.io/) metrics endpoint that you can scrape to gain a greater understanding of how Dapr is behaving and to setup alerts for specific conditions.
Expand Down Expand Up @@ -34,7 +34,8 @@ spec:
dapr.io/enabled: "true"
dapr.io/app-id: "nodeapp"
dapr.io/app-port: "3000"
dapr.io/enable-metrics: "false"
dapr.io/enable-metrics: "true"
dapr.io/metrics-port: "9090"
spec:
containers:
- name: node
Expand Down

0 comments on commit 1061c0d

Please sign in to comment.