You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deployed as helm chart, most grafana dashboard panels are showing "No Data" and when I expose Prometheus and view target help, most are broken. I have not done any customizations other that creating ingress for frontend and Prometheus. If I deploy on docker it all seems to work.
Which version of the demo you are using?
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
otel-demo default 2 2024-12-06 11:39:37.81596989 -0700 MST deployed opentelemetry-demo-0.33.7 1.12.0
Symptom
A clear and concise description of what the bug is.
When deployed as helm chart, most grafana dashboard panels are showing "No Data" and when I expose Prometheus and view target help, most are broken. I have not done any customizations other that creating ingress for frontend and Prometheus. If I deploy on docker it all seems to work. Also the dashboard service selector is not populated.
What do you expect to see?
Working the same as when deploy via docker.
Please describe the actual behavior experienced.
Same as above, see attach.
Could you provide the minimum required steps to resolve the issue you're seeing?
deploy a default k3s - I trying on a multi-node set and single simple config.
Deply otel demo with minimal customizations to expose the front-end and Prometheus.
Access Grafana and Prometheus to see issue
We will close this issue if:
The steps you provided are complex.
If we can not reproduce the behavior you're reporting.
Additional Context
Please feel free to add any other context about the problem here.
Here is my custom values file
components:
frontendProxy:
ingress:
enabled: true
## Added below to fix issue with not accessible via IC
ingressClassName: traefik
annotations: {}
hosts:
- host: otel-demo-lcl.home.lab
paths:
- path: /
pathType: Prefix
port: 8080
service:
type: LoadBalancer
envOverrides:
- name: PUBLIC_OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
value: http://otel-demo.home.lab/otlp-http/v1/traces
I've been able to replicate this on my end. It was due to this PR, which upgraded the Prometheus version to 3.x and made a few breaking changes with the OTLP receiver.
Bug Report
When deployed as helm chart, most grafana dashboard panels are showing "No Data" and when I expose Prometheus and view target help, most are broken. I have not done any customizations other that creating ingress for frontend and Prometheus. If I deploy on docker it all seems to work.
Which version of the demo you are using?
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
otel-demo default 2 2024-12-06 11:39:37.81596989 -0700 MST deployed opentelemetry-demo-0.33.7 1.12.0
Symptom
A clear and concise description of what the bug is.
When deployed as helm chart, most grafana dashboard panels are showing "No Data" and when I expose Prometheus and view target help, most are broken. I have not done any customizations other that creating ingress for frontend and Prometheus. If I deploy on docker it all seems to work. Also the dashboard service selector is not populated.
What do you expect to see?
Working the same as when deploy via docker.
Please describe the actual behavior experienced.
Same as above, see attach.
Could you provide the minimum required steps to resolve the issue you're seeing?
We will close this issue if:
Additional Context
Please feel free to add any other context about the problem here.
Here is my custom values file
prometheus:
server:
service:
type: LoadBalancer
loadBalancerIP: "10.10.230.111"
Kubectl output
The text was updated successfully, but these errors were encountered: