Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmackenzie1 committed Feb 7, 2023
1 parent 669da98 commit 05049b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pgxpool-prometheus

[![Go Reference](https://pkg.go.dev/badge/github.com/cmackenzie1/pgxpool-prometheus.svg)](https://pkg.go.dev/github.com/cmackenzie1/pgxpool-prometheus)
[![Go](https://github.com/cmackenzie1/pgxpool-prometheus/actions/workflows/go.yml/badge.svg)](https://github.com/cmackenzie1/pgxpool-prometheus/actions/workflows/go.yml)

A [pgx](https://github.com/jackc/pgx) [Prometheus](https://prometheus.io/) metrics collector for Go applications
using [pgxpool](https://pkg.go.dev/github.com/jackc/pgx/v5/pgxpool).
Expand Down Expand Up @@ -65,4 +66,4 @@ func main() {

## License

pgx-prometheus is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text.
pgx-prometheus is licensed under the MIT License. See [LICENSE](./LICENSE) for the full license text.

0 comments on commit 05049b2

Please sign in to comment.