You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've .net application instrumented with Opentelemetry Libraries running on AKS using istio service mesh. k8sattributes processor already pulls in metadata k8s.pod.name and k8s.namespace.name and enriches the log data. I updated the k8sattributes/metrics processor to pull in metadata as well.
This alone didn't' work for me. I then had to move the k8sattributes processor up in the service.pipeline.metrics above the batch processor to match the placement of k8ssattributes processor in service.pipeline.logs and that worked.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've .net application instrumented with Opentelemetry Libraries running on AKS using istio service mesh. k8sattributes processor already pulls in metadata k8s.pod.name and k8s.namespace.name and enriches the log data. I updated the k8sattributes/metrics processor to pull in metadata as well.
This alone didn't' work for me. I then had to move the k8sattributes processor up in the service.pipeline.metrics above the batch processor to match the placement of k8ssattributes processor in service.pipeline.logs and that worked.
I don't know what the issues maybe and I didn't try other variations. Feel free to validate it. It might help someone else.
Beta Was this translation helpful? Give feedback.
All reactions