Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Tuduri <marctc@protonmail.com>
  • Loading branch information
marctc committed Nov 8, 2023
1 parent a92d6da commit 3ae4233
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/exporting/http/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: HTTP
title: HTTP/HTTPS
weight: 1
---

Expand All @@ -22,6 +22,8 @@ To add Prometheus exposition to an existing HTTP server, see the `MetricsHandler
which provides a `BaseHTTPRequestHandler`. It also serves as a simple example of how
to write a custom endpoint.

# HTTPS

By default, the prometheus client will accept only HTTP requests from Prometheus.
To enable HTTPS, `certfile` and `keyfile` need to be provided. The certificate is
presented to Prometheus as a server certificate during the TLS handshake, and
Expand Down

0 comments on commit 3ae4233

Please sign in to comment.