An open API service indexing awesome lists of open source software.

https://github.com/zperf/metric-collector

Collect metrics and push to Pushgateway
https://github.com/zperf/metric-collector

observability pushgateway

Last synced: 3 months ago
JSON representation

Collect metrics and push to Pushgateway

Awesome Lists containing this project

README

          

# Metric collector

Collect metrics from exporters and send them to [Pushgateway][Pushgateway].

## Getting started

```bash
metric-collector run --jobs node \
--sources http://127.0.0.1:9100/metrics \
--targets http://127.0.0.1:9091/metrics
```

[Pushgateway]: https://prometheus.io/docs/practices/pushing/ "When to use the Pushgateway"