Hi Team, Is it possible to get request level cpu a...
# general
s
Hi Team, Is it possible to get request level cpu and memory metrics using signoz i have a use-case like request level cpu and memory as well as stack (method) level metrics if please let me know how to configure and get that data. if no please let me suggest any alternate. Thanks in advance
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.