elastic / otel-profiling-agent

The production-scale datacenter profiler (C/C++, Go, Rust, Python, Java, NodeJS, .NET, PHP, Ruby, Perl, ...)
Apache License 2.0
2.09k stars 229 forks source link

Can this agent be used for nginx ? #23

Closed Minam0 closed 6 days ago

Minam0 commented 2 months ago

Can this agent be used for nginx ?

rockdaboot commented 2 months ago

The agent is a full system CPU profiler, profiling all your processes and kernel CPU usage (even async kernel threads). So you can use it for nginx as well :)

inge4pres commented 2 months ago

@Minam0 you may need to add out-of-band debug symbols for nginx if it is built without them. I am unable to find if the default nginx build ships debug symbols.

athre0z commented 6 days ago

Closing this as resolved -- please feel free to reopen if there are further questions in this regard.