Product Docs
Open Source
Education
Minimalist Wolfi-based Prometheus StatsD Exporter image for exporting metrics to StatsD.
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/prometheus-statsd-exporter:latest
The easiest way to install the Prometheus StatsD Exporter is to use the Helm chart.
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts $ helm repo update $ helm install prom-statsd-exporter prometheus-community/prometheus-statsd-exporter \ --set image.repository=cgr.dev/chainguard/prometheus-statsd-exporter --set image.tag=latest
For more detail, please refer to the StatsD Exporter documentation.