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: examples/basic_auth/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ This example shows how to run NGINX Prometheus Exporter with web configuration.
4
4
configuration `web-config.yml` that enables basic authentication. It is configured to have a single user `alice` with
5
5
password `password`.
6
6
7
-
See the full documentation of the [web configuration](https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md) for more details.
7
+
See the full documentation of the
8
+
[web configuration](https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md) for more details.
8
9
9
10
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
10
11
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Copy file name to clipboardExpand all lines: examples/tls/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ This example shows how to run NGINX Prometheus Exporter with web configuration.
4
4
configuration `web-config.yml` that enables TLS and specifies the path to the TLS certificate and key files.
5
5
Additionally, there are two example TLS files `server.crt` and `server.key` that are used in the configuration.
6
6
7
-
See the full documentation of the [web configuration](https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md) for more details.
7
+
See the full documentation of the
8
+
[web configuration](https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md) for more details.
8
9
9
10
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
10
11
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
0 commit comments