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?
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
Srikanth Chekuri
12/12/2024, 6:22 AM
Please format your messages, I have no idea what you are talking about from above message.
s
surya prakash
12/12/2024, 6:26 AM
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