How to see container, pod, namespace tabs in google cloud logs exporter? #27420
Replies: 1 comment
-
Can you try with the To map to k8s_container, you need to set the following resource attributes:
The gcp resource detector should be detecting |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I created a opentelemetry collector sidecar container in my GKE. I try to use this collector to scrap logs from my application then exporter it to google logging dashboard. Right now I'm able to see the logs showing in "Logs Exporter", but I can't see tabs like "container name" , "pod name" on the left panel. Do I need to provide some resource attributes to make this work?
This is my logs explorer page:
You can see no "pod name", "container name" below the "Error" Tab.
This is my collector yaml file:
Dear googlecloud exporter contributors, please help me! Thanks a lot!!
cc @aabmass @dashpole @jsuereth @punya @damemi
Beta Was this translation helpful? Give feedback.
All reactions