Skip to content

Commit 8aab5d3

Browse files
author
Jill Grant
authored
Update articles/azure-monitor/containers/prometheus-metrics-scrape-configuration.md
Acrolinx fix
1 parent 866ff52 commit 8aab5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/containers/prometheus-metrics-scrape-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ For more details, refer to the [note section](#note) below.
506506
If you have a Prometheus instance served with TLS and you want to scrape metrics from it, you need to set scheme to `https` and set the TLS settings in your configmap or respective CRD.
507507
Please follow the below steps.
508508

509-
1. Create a secret in the kube-system namespace named ama-metrics-mtls-secret. Each key-value pair specified in the data section of the secret object will be mounted as a seperate file in this /etc/prometheus/certs location with filename(s) same as key(s) specified in the data section. The secret values should be base64 encoded before putting them under the data section, like below.
509+
1. Create a secret in the kube-system namespace named ama-metrics-mtls-secret. Each key-value pair specified in the data section of the secret object will be mounted as a separate file in this /etc/prometheus/certs location with filename(s) same as key(s) specified in the data section. The secret values should be base64 encoded before putting them under the data section, like below.
510510

511511
Below is an example of creating secret through YAML.
512512

0 commit comments

Comments
 (0)