-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
k8s-infra-metrics not working in Digitalocean kubernetes (sigNoz v0.19.0) #13
Comments
@kmpartner I have faced this issue as well in DigitalOcean Kubernetes. It would take some time to find proper solution around this. Tracking issue in OpenTelemetry: open-telemetry/opentelemetry-collector-contrib#22843 |
Thank you for response. |
@kmpartner There is an option to import Grafana dashboard in SigNoz. You could try importing Grafana dashboard JSON from here. |
This usually never works as most of the dashboards have variables and SigNoz does not support converting Grafama dashboard variables today. Users will have to create dashboard variables in SigNoz using clickhouse query as guided at https://signoz.io/docs/userguide/manage-variables/ |
Thank you for responses, |
I have tried to use dashboards in sigNoz (v0.19.0) that is deployed in DigitalOcean Kubernetes.
When add k8s-metrics (cpu & memory, kubernetes-metrics) dashboard added, it show panels but most of contents of the panels did not display. Dashboard of hostmetrics-k8s.json seems to work and display most of data.
How can I solve this problems?
When I tried to use k8s-metrics dashboard in locally running minikube, part of metrics displayed (not all).
Are these problem in configuration of sigNoz or dashboards json contents?
After installing metrics-server in kubernetes, I could get memory and cpu usage data using kubectl top pod or kubectl describe podMetrics commands.
Are there ways to import data of kubectl top or kubectl describe podMetrics command or metrics-server into dashboard?
The text was updated successfully, but these errors were encountered: