Slackbot
04/17/2023, 2:55 PMSrikanth Chekuri
04/18/2023, 3:29 AMWhere is it this mentioned? The ``k8s.namespace.name`` is converted tohasOTEL_RESOURCE_ATTRIBUTES
attribute but according to SigNoz documentation, that is not supportedk8s.namespace.name
k8s_cluster_namespace
for the compatibility reasons and it should be available if you are sending the data.Juha Patrikainen
04/20/2023, 8:15 AMJuha Patrikainen
04/20/2023, 8:16 AMSrikanth Chekuri
04/20/2023, 9:37 AMJuha Patrikainen
04/20/2023, 10:53 AMk8s.namespace.name.(string) Equals ("staging")
Srikanth Chekuri
04/20/2023, 11:16 AMSrikanth Chekuri
04/20/2023, 11:16 AMdeployment.environment
should work, but I am not sure if that helps.Juha Patrikainen
04/20/2023, 12:02 PMJuha Patrikainen
04/20/2023, 12:04 PMJuha Patrikainen
04/20/2023, 12:17 PMSrikanth Chekuri
04/20/2023, 1:31 PMdeployment.environment does not help because UI does not allow me to type anything to text field.If you send this as a part of the resource attributes it will show up in the dropdown https://signoz.io/docs/userguide/metrics/#steps-to-add-resource-attributes
Juha Patrikainen
04/20/2023, 1:42 PMJuha Patrikainen
04/20/2023, 3:16 PMk8s.namespace.name
, k8s.container.name
, k8s.pod.name
, k8s.pod.uid
, k8s.node.name
…) so the issue is valid.