Browse Source

Update readme'

pull/3/head
Fredrik Ekre 2 years ago
parent
commit
3ad232d7f2
  1. 12
      README.md

12
README.md

@ -1,7 +1,8 @@
# Prometheus.jl - Prometheus client for Julia # Prometheus.jl - Prometheus client for Julia
[![ci-status](https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml/badge.svg?event=push)](https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml) | **Documentation** | **Build Status** |
[![codecov-status](https://codecov.io/github/fredrikekre/Prometheus.jl/graph/badge.svg)](https://codecov.io/github/fredrikekre/Prometheus.jl) |:------------------------- |:------------------------------------------------------- |
| [![][docs-img]][docs-url] | [![][ci-img]][ci-url] [![][coverage-img]][coverage-url] |
## Quickstart ## Quickstart
@ -110,3 +111,10 @@ Supported methods:
- `Prometheus.clear(family)`: clear all child collectors. - `Prometheus.clear(family)`: clear all child collectors.
## Registries ## Registries
[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

Loading…
Cancel
Save