hi support. I am using Signoz Cloud to monitor multiple EKS clusters. Is there a way to ‘tag’ enviro...
s
hi support. I am using Signoz Cloud to monitor multiple EKS clusters. Is there a way to ‘tag’ environments to distinguish them in the Signoz? So far the only way I can do it is by “clusterName”
p
There is support for deployment environment in K8s-Infra chart.
Copy code
global:
  deploymentEnvironment: production
s
cool, will give it a try
does custerName should match real EKS cluster name ?
p
It can be anything that can uniquely identity for you
s
I added k8s-infra-metrics dashboards. Is there any way to use
deploymentEnvironment
tag to sort environments? By default I can sort by
$k8s_cluster_name
and
$k8s_node_name
. Problem is that in my case all the clusters are with common name, but
deploymentEnvironment
@Prashant Shahi 👆
p
you can either include new variable or replace the variable cluster name to
deployment.environment
• select one deployment environment • update k8s node name variables to list only those nodes which are from deployment environment X let's say production
s
not sure I got “you can either include new variable” right… Can You elaborate more on it ? at this point I dont want to ‘rename’ cluster, as You suggested as a second option