|
|
|
@ -1,8 +1,9 @@ |
|
|
|
# Prometheus.jl - Prometheus client for Julia |
|
|
|
# Prometheus.jl - Prometheus client for Julia |
|
|
|
|
|
|
|
|
|
|
|
| **Documentation** | **Build Status** | |
|
|
|
[](https://fredrikekre.github.io/Prometheus.jl/) |
|
|
|
|:------------------------- |:------------------------------------------------------- | |
|
|
|
[](https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml) |
|
|
|
| [![][docs-img]][docs-url] | [![][ci-img]][ci-url] [![][coverage-img]][coverage-url] | |
|
|
|
[](https://codecov.io/github/fredrikekre/Prometheus.jl) |
|
|
|
|
|
|
|
[](https://github.com/fredrikekre/Runic.jl) |
|
|
|
|
|
|
|
|
|
|
|
Prometheus.jl is a Julia client for [Prometheus](https://prometheus.io/). |
|
|
|
Prometheus.jl is a Julia client for [Prometheus](https://prometheus.io/). |
|
|
|
|
|
|
|
|
|
|
|
@ -47,11 +48,3 @@ Prometheus.jl is a Julia client for [Prometheus](https://prometheus.io/). |
|
|
|
|
|
|
|
|
|
|
|
Visit the [documentation](https://fredrikekre.github.io/Prometheus.jl/) for |
|
|
|
Visit the [documentation](https://fredrikekre.github.io/Prometheus.jl/) for |
|
|
|
much more details! |
|
|
|
much more details! |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg |
|
|
|
|
|
|
|
[docs-url]: https://fredrikekre.github.io/Prometheus.jl/ |
|
|
|
|
|
|
|
[ci-img]: https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml/badge.svg?event=push |
|
|
|
|
|
|
|
[ci-url]: https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml |
|
|
|
|
|
|
|
[coverage-img]: https://codecov.io/github/fredrikekre/Prometheus.jl/graph/badge.svg |
|
|
|
|
|
|
|
[coverage-url]: https://codecov.io/github/fredrikekre/Prometheus.jl |
|
|
|
|
|
|
|
|