Hey @deepaksharma25047, you are trying to enter address of a pod where metrics are exposed in prometheus compatible format.
What grafana datasource of type prometheus need is a prometheus server endpoint.
So, what you need to do is :
- Either enter the svc / pod name of Prometheus server ( if you already have that’s scraping your OTEL pod)
- Install and configure a prometheus server that’s going to scrape your pod for the OTEL metrics and then specify that address in the grafana datasource.
Also, its giving 404 because grafana expects the path : /api/v1/query which is available only at prometheus server.