Hi all, first of all thanks for developing SigNoz ...
# support
d
Hi all, first of all thanks for developing SigNoz as OSS. I just tested it for the first time on my Hetzner k3s cluster and I'm not seeing much data in my SigNoz dashboard after the default Helm chart installation. I was wondering if perhaps I need to set up anything more before seeing data in SigNoz? For instance, I imported the host metrics dashboard and in the drop down I only see 3 hosts. There seem to be several problems off the bat: 1. My cluster has 4 hosts (1 CP, 3 agents) 2. Only 1 of the hosts has data, the others are empty 3. The names are not very helpful, it's the name of the running pod and not the name of my host, so it's actually not clear what host those metrics are for 4. When I inspect the running pods on my nodes I see the
monitoring-signoz-otel-collector-{...}-{...}
pod only running on one node, which explains why I only see metrics for that one. Why is that? Do I need to modify the
values.yaml
to tell SigNoz to monitor all my nodes in teh cluster? I expected that to happen by default Any advice or help would be much appreciated!