grafana / pyroscope-rs

Pyroscope Profiler for Rust. Profile your Rust applications.
Apache License 2.0
132 stars 22 forks source link

Pyroscope Agent network overhead #102

Open szandara opened 1 year ago

szandara commented 1 year ago

Hello, I work on the edge where often connectivity is not optimal. I have been trying to find information about the frequency of ingest and its payload to understand the network overhead I would have.

Can someone share some numbers?

Rperry2174 commented 1 year ago

hi @szandara :

Currently the data is sent every 10 seconds and that is hard-coded so not while possible not supported at the moment. The data payload depends on the size of your application and size of your profiles (you'll have to run yourself to get an idea of the size, but we do have a /metrics endpoint that will provide this kind of information for you