You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/kubernetes-network-policies.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Set up your Grafana Server and configure a Log Analytics Data Source as describe
134
134
135
135
The dashboard has visuals similar to the Azure Workbook. You can add panels to chart & visualize NPM metrics from InsightsMetrics table.
136
136
137
-
### Setup for Prometheus Server
137
+
### Set up for Prometheus Server
138
138
Some users may choose to collect metrics with a Prometheus Server instead of Azure Monitor for containers. You merely need to add two jobs to your scrape config to collect NPM metrics.
139
139
140
140
To install a simple Prometheus Server, add this helm repo on your cluster
@@ -198,7 +198,7 @@ You can also replace the `azure-npm-node-metrics` job with the content below or
198
198
target_label: __address__
199
199
```
200
200
201
-
#### Setup Alerts for AlertManager
201
+
#### Set up Alerts for AlertManager
202
202
If you use a Prometheus Server, you can set up an AlertManager like so. Here is an example config for [the two alerting rules described above](#alerts-via-a-prometheus-alertmanager):
0 commit comments