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

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

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
```