Grafana Datasource pointing to wrong service
Describe the bug In the docs/getting-started, setting up of the grafana with the grafana-dashboard is wrong.
To Reproduce Steps to reproduce the behavior:
- Follow steps of the tutorial to deploy the cortex and grafana
- Open Grafana Dashboard
Expected behavior Grafana should open cortex. I really it should be pointing to `http://cortex-nginx/api/prom
Environment:
- Infrastructure: Kubernetes
- Deployment tool: helm
Additional Context
Grafana should open cortex. I really it should be pointing to `http://cortex-nginx/api/prom
What did you see instead? Is the address configured wrong?
There are two separate getting started demos: one with Docker Compose (single binary cortex) and another with Helm/Kind (microservices mode).
We may need to verify the grafanas are configured correctly for each one. This would be a good first issue:
- Set up the docker-compose and verify Grafana is pointing to cortex
- Set up the kind demo and verify Grafana is pointing to cortex
@dsabsay can I work on this issue?
@Ajay-Satish-01 Yes! Thanks for volunteering. Please go ahead and let me know if you have any questions!
@dsabsay please check if this is what you expected.