agent: |
EetlRPRVAoLtSkS6lKpvSet prometheus as a data source for your grafana service in the minikube cluster
Set prometheus as a data source for your grafana service in the minikube cluster
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
# Add prometheus as a data source for your grafana
http://<minikube_ip>:<prom_service_node_port>
# For example
http://192.168.49.2:31000
# Get node ports by running
kubectl get svc -A
Go to Grafana > Home > Connections > Add New Connections
inputs
outputs
# Add prometheus as a data source for your grafana
http://<minikube_ip>:<prom_service_node_port>
copied