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
- Host: GitHub
- URL: https://github.com/zperf/metric-collector
- Owner: zperf
- Created: 2024-09-23T03:18:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-25T04:54:22.000Z (over 1 year ago)
- Last Synced: 2024-11-28T05:37:49.625Z (over 1 year ago)
- Topics: observability, pushgateway
- Language: Rust
- Homepage: https://github.com/zperf/metric-collector
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"