We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60183fd commit 2989fabCopy full SHA for 2989fab
README.md
@@ -27,6 +27,9 @@ This crate provides several optional components which can be enabled via [Cargo
27
28
- `push`: Enable [push metrics](https://prometheus.io/docs/instrumenting/pushing/) support.
29
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
+
33
### Static Metric
34
35
When using a `MetricVec` with label values known at compile time
0 commit comments