Add Prometheus Datasources in Grafana
Reading Time: 2 minutes Add as many as prometheus datasource into grafana with the help of terraform scripts. Prerequisite Prometheus Deployed & endpoint URL of prometheus. Headless service name if on same cluster or URL if prometheus deployed on another server. Grafana endpoint URL & Port number. (default is 3000) Username & Password for admin access. Setup Authentication export environment variable for authentication export GRAFANA_AUTH=”admin_username:admin_password” Add Grafana URL & Continue Reading