grafana / pyroscope-java

pyroscope java integration
Apache License 2.0
72 stars 31 forks source link

Support pprof format natively #128

Open tomershafir opened 8 months ago

tomershafir commented 8 months ago

The pyroscope ecosystem is around Go pprof. I think it makes sense that the agent would be able to emit pprof natively in order to improve data flows that would operate on the canonical form. It can make them simpler and more efficient. For example:

I think this should be complementary to an agent capability https://github.com/grafana/alloy/issues/395

cyriltovena commented 8 months ago

Yes please I think the best we could do is actually send using the new API so all in for doing a pprof conversion.

This will make also Grafana Agent integrations much easier for java.