Skip to content

Commit 05049b2

Browse files
committed
Update README.md
1 parent 669da98 commit 05049b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# pgxpool-prometheus
22

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

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

6667
## License
6768

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

0 commit comments

Comments
 (0)