From 29438226b33b7f0276c7e07658449f24a60bb833 Mon Sep 17 00:00:00 2001 From: Brandon Yarbrough Date: Tue, 20 Sep 2022 23:38:25 +0000 Subject: [PATCH] Add documentation for feature. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 47b862ba..777e2bf1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ This crate provides several optional components which can be enabled via [Cargo - `push`: Enable [push metrics](https://prometheus.io/docs/instrumenting/pushing/) support. +- `push-no-tls`: An alternative to `push`, which will not link in TLS libraries, disabling HTTPS support but resulting in a leaner build. + By default, the Pushgateway uses HTTP and not HTTPS. + ### Static Metric When using a `MetricVec` with label values known at compile time