elastic / elastic-otel-java

Apache License 2.0
8 stars 7 forks source link

Implemented decoding for profiler registration messages #192

Closed JonasKunz closed 3 months ago

JonasKunz commented 3 months ago

Implements the decoding for the new universal profiler registration message.

This PR only implements the deserialization, our extension won't do anything with this message yet.