Skip to content

Commit

Permalink
Add documentation for feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonY committed Sep 20, 2022
1 parent 5b5a9f2 commit 2943822
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2943822

Please sign in to comment.