Hi Team, I recently updated my signoz from 0.4x ->...
# support
s
Hi Team, I recently updated my signoz from 0.4x -> 0.6x version, in my previous version i used k8s_node_memory_usage in my metrics dashboard. But now, i couldn’t see the keyword. Where can i get keyword list and it meanings to build my custom dashboard?
s
It's likely because you are collecting metrics, in the past main signoz chart shipped with k8s-infra chart but now it needs to be separately installed https://signoz.io/docs/tutorial/kubernetes-infra-metrics/
s
Hi @Srikanth Chekuri also i am using the below config cat override-values.yaml global: storageClass: custom-pvc-clickhouse-signoz cloud: aws queryService: nodeSelector: app: monitoring frontend: nodeSelector: app: monitoring alertmanager: nodeSelector: app: monitoring # otelCollector: # nodeSelector: # app: monitoring # otelCollectorMetrics: # nodeSelector: # app: monitoring clickhouse: installCustomStorageClass: true nodeSelector: app: monitoring but my otel collector and metrics collector only installed in nodeSelector: app: monitoring but i commented it why it is not installed in other instances too?
s
Please format your messages, I have no idea what you are talking about from above message.
s
the above is override-values.yaml i previously used this config to deploy signoz services on my required nodes by using node selector previously it works as expected, but now otel collector and otel collectormetrics services are running in # nodeSelector: # app: monitoring but i commented for that both services. i don’t know why Also previously for each instance each otelCollector and otelCollectorMetrics will run but now it is running single service for all instance
found the issue and fixed thanks
@Srikanth Chekuri