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
Describe what happened:
I have a couple of containers running on my EKS Fargate set-up. I see the pods on the UI with status "RUNNING". However, the logs don't show up for them. Also, for one of the containers, there's no service, it is just calling an API over the internet, hence no ports. This pod doesn't even show up on the UI.
Describe what you expected:
Logs from all the containers should show in Logs tab of the pods.
Steps to reproduce the issue:
This is my datadog cluster agent. I also added later containerCollectUsingFiles: true hoping this would work.
Describe what happened:
I have a couple of containers running on my EKS Fargate set-up. I see the pods on the UI with status "RUNNING". However, the logs don't show up for them. Also, for one of the containers, there's no service, it is just calling an API over the internet, hence no ports. This pod doesn't even show up on the UI.
Describe what you expected:
Logs from all the containers should show in Logs tab of the pods.
Steps to reproduce the issue:
This is my datadog cluster agent. I also added later
containerCollectUsingFiles: true
hoping this would work.This is added in deployment.yaml for the side-car DD agent running along with the application container in the pod
The text was updated successfully, but these errors were encountered: