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'm currently deploying via argoCD, so each environment for each app has N pods, everything is separated by namespaces, for example: invoices-dev and together I deploy a hotel collector as a daemonset, which in the end exports metrics to datadog, I would like to put the k8s metrics together in these traces, so I can see how many healthy replicas I have, cpu usage of each app (java, go, etc...) and other things, all filtered by namespace, my config is currently like this. And I would like to know how to tell my app how to connect to this daemonset, using a service? or in another way?
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently deploying via argoCD, so each environment for each app has N pods, everything is separated by namespaces, for example: invoices-dev and together I deploy a hotel collector as a daemonset, which in the end exports metrics to datadog, I would like to put the k8s metrics together in these traces, so I can see how many healthy replicas I have, cpu usage of each app (java, go, etc...) and other things, all filtered by namespace, my config is currently like this. And I would like to know how to tell my app how to connect to this daemonset, using a service? or in another way?
otel daemonset
otel config
otel rbac
Beta Was this translation helpful? Give feedback.
All reactions