Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 542 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 542 Bytes

domain exporter

Usage

To install domain-exporter you need.

Add helm repository

helm repo add zifter https://zifter.github.io/helm-charts/

Install chart

Be aware, prometheus CRD must be installed before installing this chart.

Install chart with necessary domains list to specific namespace, where prometheus-operator will be able to discover rules, service monitor and etc:

helm install domain-exporter zifter/domain-exporter --namespace monitoring --set "domains={google.com,reddit.com,amazon.com}"