Hey team. We're in the process of evaluating SigNoz. I was attempting to get it spun up on a Talos K8 cluster, but am not getting any kubernetes/pods metrics.
Just installing a fresh
signoz/signoz
at
0.50.0
helm chart with default values sets everything up properly, no errors, but I am not getting any Kubernetes metrics out of the box. I read the documentation at
https://signoz.io/docs/install/kubernetes/others/ and it stated the k8s-infra chart should be included, but as of
https://github.com/SigNoz/charts/commit/a99b93fbc32801eca528e9046eddcc68a625d5ae, it appeared to be removed as a dependency. I deployed the
k8s-infra
helm chart with default values and still no cigar. I don't see any errors on any of these pods logs, storage is provisioned correctly. It appears
k8s-infra
is collecting metrics looking at the logs.
Took a look at the support channel and found
https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1723457860195989. I confirmed that if I delete the collector service, I am getting a TCP dial failure in the agent logs for the insecure port, so the configuration seems to be correct for this case.
Looking for a gentle nudge in the right direction if possible, thanks for your time!