This message was deleted.
# general
s
This message was deleted.
s
Hey, the way it works is, there's an kubernetes namespace informer which fetches the namespace metadata and then embed the relevant info using
k8sattributes
processor. The catch here is, we need a way to correlate the pod metadata somehow to the attributes collected, for that purpose
pod_association
is used, you'd need a service account configured with
get
,
watch
and
list
permissions to be able to fetch the data from API server. Kindly refer to the documentation here for configuration https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/k8sattributesprocessor/README.md#configuration. I had tried this in past and it works, let us know if you still face the issue.
s
I had done the above but that didnt work.
But I figured a diff way to add them to resource attribute.
I just added it as part of my kube manifest that add namespace to resource attribute and that worked.
Thanks for the help.
Another question I had was I dont see a way to switch off "Resolved" alerts on signoz UI. Is there a way?
p
Can you share what do you mean by "Resolved" alerts? Do you mean you are getting alert notification even if the issues is resolved?