hans
03/07/2024, 6:38 PMSrikanth Chekuri
03/08/2024, 1:01 AMhans
03/08/2024, 7:42 AMhans
03/08/2024, 7:44 AMhans
03/08/2024, 7:44 AMAnkit Nayan
cluster
as an attribute/label to the metrics data, it will be automatically available in the where
and groupby
clause of SigNoz.Ankit Nayan
hans
03/15/2024, 7:37 AMmetricstransform:
transforms:
- include: ".*"
match_type: "regexp"
action: "update"
operations:
- action: "add_label"
new_label: "k8s.cluster.name"
new_value: "<clusterName>"
but maybe i should change to resourcedetectionprocessor,
although that requires EC2:DescribeInstances
not sure if my nodes has that (probably?)hans
03/15/2024, 7:38 AM