Open mvkrishna86 opened 1 year ago
The repo is valid with some exceptions:
I am not trying to use exemplars. Span to Profile or Profile to span correlation would be a good start for me. Can you guide me how to do this configuration for Pyroscope and Tempo datasources in grafana?
this was merged a couple weeks ago and will be in the upcoming release of grafana! https://github.com/grafana/grafana/pull/77537
still need to fix some of the bugs @korniltsev mentioned but depending on your use case these may not be a blocker for you
The repo is valid with some exceptions:
- There's a known bug when spans are started on one thread and closed on a different one. Improve contextID integration pyroscope-java#101 Intermittent
java.lang.AssertionError: null
appearing in calls to Pyroscope pyroscope-java#70- exemplars are not implemented yet in grafana pyroscope. They were implemented in og pyroscope
@korniltsev I came across the cross-thread span issue in pyroscope-java (https://github.com/grafana/pyroscope-java/issues/70) and was wondering about the progress on that front. Any updates or rough timelines on a fix? Also, are there any temporary fixes or workarounds we might use in the meantime?
I'm not aware of priorities. cc @Rperry2174
Is this repo still valid? I am able to send the profile data, but not sure how to correlate traces and profiling data.