timescale / tobs

tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with Helm charts.
Apache License 2.0
563 stars 60 forks source link

Datasources connections are broken. #519

Closed paulfantom closed 2 years ago

paulfantom commented 2 years ago

What happened?

Installed tobs from main branch and port-forwarded to grafana to check a dashboard. Dashboards had connectivity issues due to misconfigured promscale (promql) datasource.

Grafana errors out with:

Templating Template variable service failed Get "http://test-promscale-connector.default.svc:9201/api/v1/series?match%5B%5D=up%7Bjob%3D%22kubelet%22%2C%20metrics_path%3D%22%2Fmetrics%2Fcadvisor%22%7D&start=1659346071&end=1659349671": dial tcp: lookup test-promscale-connector.default.svc on 10.96.0.10:53: no such host

Did you expect to see something different?

I expected dashboard to work.

paulfantom commented 2 years ago

Relates to https://github.com/timescale/tobs/issues/517.