Categorygithub.com/RiskIdent/image-availability-exporter
repositorypackage
0.1.0
Repository: https://github.com/riskident/image-availability-exporter.git
Documentation: pkg.go.dev

# README

image-availability-exporter

A Prometheus exporter exposing metrics about unsupported images in your cluster

Description

This exporter will scan all images in your cluster and expose metrics about the availability of these images. It will check if the image is available in the configured registry every 12 hours and if it is not, it will expose a metric with the image name and the tag.

If the metric iae_image_missing is greater than 0, it means that there are images in your cluster that are not available in the configured registry.