Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 4, 2023
1 parent 7894516 commit 41e8d18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [`Substreams`](https://substreams.streamingfast.io/) Prometheus sink module
# [`Substreams`](https://substreams.streamingfast.io/) [Prometheus](https://prometheus.io/) sink module

[<img alt="github" src="https://img.shields.io/badge/Github-substreams.prometheus-8da0cb?style=for-the-badge&logo=github" height="20">](https://github.com/pinax-network/substreams-sink-prometheus)
[<img alt="crates.io" src="https://img.shields.io/crates/v/substreams-sink-prometheus.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/substreams-sink-prometheus)
Expand All @@ -14,10 +14,11 @@
### Further resources

- [Substreams documentation](https://substreams.streamingfast.io)
- [Prometheus documentation](https://prometheus.io)

## 🛠 Feature Roadmap

[**Gauge**](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#Gauge)
### [Prometheus Gauge](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#Gauge)
- [x] Set
- [x] Inc
- [x] Dec
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
//! ## 🛠 Feature Roadmap
//!
//! [**Gauge**](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#Gauge)
//! ### [Prometheus Gauge](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#Gauge)
//! - [x] Set
//! - [x] Inc
//! - [x] Dec
Expand Down

0 comments on commit 41e8d18

Please sign in to comment.