Eric Thompson
03/15/2024, 9:31 PMresource/k8s:
attributes:
- key: test.foo
value: bar
action: insert
- key: k8s.cluster.name
from_attribute: k8s-cluster
action: insert
- key: k8s.namespace.name
from_attribute: k8s-namespace
action: insert
I can use that resource attribute to filter in the Traces area of Signoz, but the Services area will not show it as a filter option - only the signoz collector id shows up as filterable.
Any ideas on why it wouldn't be allowing the Service filter on another but the collector id even thought the data is there and filterable in the traces area?Prashant Shahi
03/18/2024, 5:51 AMsignoz.collector.id
and deployment.environment
are supported in services page at the moment.
Try adding the deployment.environment
resource attribute.
In case of multiple environments, we recommend adding that in application instrumentation env itself.Eric Thompson
03/18/2024, 4:52 PMPrashant Shahi
03/20/2024, 5:58 AMChitransh Gupta
03/20/2024, 6:03 AMEric Thompson
03/20/2024, 4:24 PMChitransh Gupta
03/20/2024, 4:56 PM