There is no request-level cpu or memory metric per se because the metrics from OS doesn’t know anything about the request. You have CPU and Memory at a related time. You would have some log/trace that has all the necessary request data, such as region, host ip etc… attached to them so you could use the same attributes to filter the host and see these metrics during the request served time.
Srikanth Chekuri
08/16/2023, 1:09 PM
Or maybe profiles is the answer to your question.
s
surya prakash
08/16/2023, 2:20 PM
Then is there option for profiling using signoz?
surya prakash
08/16/2023, 2:21 PM
Also what will traces do then?
surya prakash
08/17/2023, 3:27 AM
@Srikanth Chekuri can you please let me know in what ways traces can help me here?
s
Srikanth Chekuri
08/17/2023, 9:00 AM
Then is there option for profiling using signoz?
No.
Also what will traces do then?
They are an end-to-end representation of a request call.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.