-
Enhancement
-
Resolution: Done
-
Major
-
15.1.0.Dev02
-
None
Currently, we utilize OpenTelemetry to generate traces in the Infinispan server for several categories. However, to export the traces, we need to follow one of the available protocols:
- OTLP
- JAEGER
- ZIPKIN
- PROMETHEUS
This leads to additional effort to deploy the consumer side. We want to export the traces using the Java Flight Recorder files to offer users ease of use and require less configuration.