On Monday, 31 August 2020 12:02:14 UTC+1, Redneck_prm wrote:
>
> strace prometheus process:
>
> strace -p 41850
> strace: Process 41850 attached
> futex(0x44daec8, FUTEX_WAIT_PRIVATE, 0, NULL
>
>
You'll need to add -f flag to get useful output, e.g.

strace -f -p 41850

Aside: does this mean you were running strace outside the container, i.e. 
pid 1 inside the container is pid 41850 on the host? If so, what happens if 
you do "cat /proc/41850/cmdline" ?

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/d6fcd2db-c108-4b15-bc86-919585f8990do%40googlegroups.com.

Reply via email to