https://github.com/marcfrederick/imaginary-exporter
Prometheus exporter for Imaginary written in Go
https://github.com/marcfrederick/imaginary-exporter
imaginary prometheus prometheus-exporter prometheus-metrics
Last synced: about 1 month ago
JSON representation
Prometheus exporter for Imaginary written in Go
- Host: GitHub
- URL: https://github.com/marcfrederick/imaginary-exporter
- Owner: marcfrederick
- License: gpl-2.0
- Created: 2021-02-24T08:28:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T12:13:05.000Z (3 months ago)
- Last Synced: 2025-04-01T11:50:32.908Z (2 months ago)
- Topics: imaginary, prometheus, prometheus-exporter, prometheus-metrics
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imaginary-exporter
[](https://opensource.org/licenses/GPL-2.0)
[](https://goreportcard.com/report/github.com/marcfrederick/imaginary-exporter)
[](https://pkg.go.dev/github.com/marcfrederick/imaginary-exporter)
[](https://golang.org/)
![]()
Prometheus exporter for [Imaginary](https://github.com/h2non/imaginary) written in Go.
## Compatibility
The exporter in compatible with all versions exporting the `/health` endpoint (v0.1.18+)
However, some metrics are only on versions v1.0.17+.## Usage
```
-fetch-rate duration
interval in milliseconds in which to fetch metrics (default 15s)
-url string
url of the imaginary instance
```