https://github.com/deviavir/gce-image-exporter
A Prometheus exporter that reports on GCE images
https://github.com/deviavir/gce-image-exporter
Last synced: 22 days ago
JSON representation
A Prometheus exporter that reports on GCE images
- Host: GitHub
- URL: https://github.com/deviavir/gce-image-exporter
- Owner: DeviaVir
- License: apache-2.0
- Created: 2020-08-05T19:13:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T10:49:41.000Z (almost 6 years ago)
- Last Synced: 2025-10-26T22:28:03.963Z (9 months ago)
- Language: Go
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gce-image-exporter
A Prometheus exporter that reports on GCE image stats in a project.
## Metrics
```
gce_image_update_time_seconds
gce_image_update_errors_total
gce_image_total
gce_image_files_timestamp
gce_image_files_bytes
```
## Usage
```
docker run -it --rm deviavir/gce-image-exporter:v0.1 --prometheusx.listen-address=:9113 --project= --time=60s
```