Skip to content

Commit 2989fab

Browse files
committed
Add documentation for feature.
Signed-off-by: Brandon Yarbrough <[email protected]>
1 parent 60183fd commit 2989fab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ This crate provides several optional components which can be enabled via [Cargo
2727

2828
- `push`: Enable [push metrics](https://prometheus.io/docs/instrumenting/pushing/) support.
2929

30+
- `push-no-tls`: An alternative to `push`, which will not link in TLS libraries, disabling HTTPS support but resulting in a leaner build.
31+
By default, the Pushgateway uses HTTP and not HTTPS.
32+
3033
### Static Metric
3134

3235
When using a `MetricVec` with label values known at compile time

0 commit comments

Comments
 (0)