Fork me on GitHub
#off-topic
<
2020-03-21
>
futuro02:03:37

@iagwanderson I’m not, but we do use a datadog sidecar in our ECS tasks

bartuka10:03:48

I cant understand what is happening, some clojure code is showing up correctly in the APM while others are in the env:none and all requests to the pod shows up in a single internal dns address of the pod.

bartuka10:03:50

e.g. guarita-clj.production.svc.cluster.local:80/* while it should be POST /something-else

bartuka10:03:00

I thought it could be the web framework used by these applications because some of them used httpkit and others jetty, I switched to jetty in the broken ones, but nothing happened 😕

futuro17:03:47

Without knowing anything else about your setup, that sounds like a configuration issue

futuro17:03:32

Either something being configured in a way you aren’t expecting, or perhaps auto discovery picking up something you weren’t expecting