Re: [lttng-dev] Tracing a docker containerized java application from the host

2023-03-17 Thread Jérémie Galarneau via lttng-dev
ious parts fit together: https://github.com/mjeanson/gcloud-lttng/blob/master/pods/demo1.yaml.in Jérémie -- Jérémie Galarneau EfficiOS Inc. https://www.efficios.com From: Adel Belkhiri Sent: March 16, 2023 19:23 To: Jérémie Galarneau Subject: Re: [lttng-dev] Traci

Re: [lttng-dev] Tracing a docker containerized java application from the host

2023-03-16 Thread Jérémie Galarneau via lttng-dev
Hi Adel, The java tracing facilities make use of an agent that communicates with the session deamon through a TCP socket. You must to ensure your java application can connect to the session daemon's 'agent-tcp-port'. https://lttng.org/man/8/lttng-sessiond/v2.13/#doc-opt--agent-tcp-port Is that