This message was deleted.
# general
s
This message was deleted.
s
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.
Or maybe profiles is the answer to your question.
s
Then is there option for profiling using signoz?
Also what will traces do then?
@Srikanth Chekuri can you please let me know in what ways traces can help me here?
s
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.