Skip to content

Repository files navigation

Prometheus.Client.MetricPusher.HostedService

ci nuget nuget codecov license

Extension for Prometheus.Client

Install

dotnet add package Prometheus.Client.MetricPusher.HostedService

Use

Examples

var metricPusher = new MetricPusher(new MetricPusherOptions
{
    Endpoint = "http://localhost:9091",
    Job = "pushgateway",
    Instance = "instance"
});
services.AddMetricPusherHostedService(metricPusher);

Contribute

Contributions to the package are always welcome!

License

All contents of this package are licensed under the MIT license.

About

MetricPusher as HostedService

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages