Skip to content

Commit a23d885

Browse files
committed
docs: add badges
1 parent aeb810d commit a23d885

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# prom-client-metricpusher-hostedservice
22

33
[![ci](https://img.shields.io/github/actions/workflow/status/prom-client-net/prom-client-metricpusher-hostedservice/ci.yml?branch=main&label=ci&logo=github&style=flat-square)](https://github.com/prom-client-net/prom-client-metricpusher-hostedservice/actions/workflows/ci.yml)
4+
[![nuget](https://img.shields.io/nuget/v/Prometheus.Client.MetricPusher.HostedService?logo=nuget&style=flat-square)](https://www.nuget.org/packages/Prometheus.Client.MetricPusher.HostedService)
5+
[![nuget](https://img.shields.io/nuget/dt/Prometheus.Client.MetricPusher.HostedService?logo=nuget&style=flat-square)](https://www.nuget.org/packages/Prometheus.Client.MetricPusher.HostedService)
6+
[![codecov](https://img.shields.io/codecov/c/github/prom-client-net/prom-client-metricpusher-hostedservice?logo=codecov&style=flat-square)](https://app.codecov.io/gh/prom-client-net/prom-client-metricpusher-hostedservice)
7+
[![codefactor](https://img.shields.io/codefactor/grade/github/prom-client-net/prom-client-metricpusher-hostedservice?logo=codefactor&style=flat-square)](https://www.codefactor.io/repository/github/prom-client-net/prom-client-metricpusher-hostedservice)
48
[![license](https://img.shields.io/github/license/prom-client-net/prom-client-metricpusher-hostedservice?style=flat-square)](https://github.com/prom-client-net/prom-client-metricpusher-hostedservice/blob/main/LICENSE)
59

10+
Extension for [Prometheus.Client](https://github.com/prom-client-net/prom-client)
11+
12+
## Installation
13+
14+
```sh
15+
dotnet add package Prometheus.Client.MetricPusher.HostedService
16+
```
17+
618
## Contribute
719

820
Contributions to the package are always welcome!

0 commit comments

Comments
 (0)