Hello, I have added a custom resource attribute t...
# support
e
Hello, I have added a custom resource attribute to my traces via the sidecar collector:
Copy code
resource/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?
p
Only
signoz.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.
e
Thank you! We eventually found that through deep inspection of the signoz charts and OTEL docs. How do I request an update to the signoz docs? Is there a ticket I could create somewhere?
p
cc @Chitransh Gupta
c
@Eric Thompson you can create an issue for this here - https://github.com/SigNoz/signoz.io/issues. Please add some description about the problem and we will work on improving the documentation.
🙌 1
e
c
Thanks Eric. We will look into this.
👍 1