You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Modify "feature" section in README
Change wording in feature section to indicate that there are some
crate features that need to be enabled before they can be utilized
Signed-off-by: Shehriyar Qureshi <[email protected]>
* Run markdownlinter on README.md
Signed-off-by: Shehriyar Qureshi <[email protected]>
* Add link for push metrics word
Link to push metrics documentation in prometheus docs to show what
push metrics support actually is
Signed-off-by: Shehriyar Qureshi <[email protected]>
* Apply suggestions from code review
Co-authored-by: Luca Bruno <[email protected]>
Signed-off-by: Shehriyar Qureshi <[email protected]>
Co-authored-by: Luca Bruno <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,27 +8,24 @@ This is the [Rust](https://www.rust-lang.org) client library for
8
8
[Prometheus](http://prometheus.io). The main data structures and APIs are ported
9
9
from [Go client](https://github.com/prometheus/client_golang).
10
10
11
-
12
11
## Documentation
13
12
14
-
Find the latest documentation at https://docs.rs/prometheus
15
-
13
+
Find the latest documentation at <https://docs.rs/prometheus>.
16
14
17
15
## Advanced
18
16
19
-
### Features
17
+
### Crate features
20
18
21
-
This library supports four features:
19
+
This crate provides several optional components which can be enabled via [Cargo `[features]`](https://doc.rust-lang.org/cargo/reference/features.html):
22
20
23
21
-`gen`: To generate protobuf client with the latest protobuf version instead of
0 commit comments