We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I've done a mostly vanilla install of signoz through helm on a self-hosted kubernetes cluster.
The signoz docs suggest that host metrics should be collected: https://signoz.io/docs/tutorial/kubernetes-infra-metrics/#list-of-metrics
However, while the k8s_* metrics are collected, I can't find any system_* metrics in signoz.
The opentelemetry docs suggest that the host rootfs needs to be mounted into the container: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/hostmetricsreceiver/README.md#collecting-host-metrics-from-inside-a-container-linux-only
I can't see any way to pass the required config for this to the helm chart.
Is this supposed to be supported?
The text was updated successfully, but these errors were encountered:
You can use override-values.yaml to customize the config.
Sorry, something went wrong.
Hi @lerlacher-fm, We have a dedicated preset for hostmetrics as follows:
hostMetrics: enabled: true collectionInterval: 30s scrapers: cpu: {} load: {} memory: {} disk: {} filesystem: {} network: {}
This should allow to start sending hostmetrics as well!
Hi @lerlacher-fm, Were you able to give the above a try?
grandwizard28
No branches or pull requests
Hello,
I've done a mostly vanilla install of signoz through helm on a self-hosted kubernetes cluster.
The signoz docs suggest that host metrics should be collected: https://signoz.io/docs/tutorial/kubernetes-infra-metrics/#list-of-metrics
However, while the k8s_* metrics are collected, I can't find any system_* metrics in signoz.
The opentelemetry docs suggest that the host rootfs needs to be mounted into the container: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/hostmetricsreceiver/README.md#collecting-host-metrics-from-inside-a-container-linux-only
I can't see any way to pass the required config for this to the helm chart.
Is this supposed to be supported?
The text was updated successfully, but these errors were encountered: