domstolene / da-otel-agent

This project delivers an OpenTelemetry Java Agent extension with a dynamically configurable sampler, along with the optional REST service for configuring it.
Apache License 2.0
12 stars 1 forks source link

does it need jdk 11 or newer? #46

Closed malza321 closed 10 months ago

malza321 commented 11 months ago

I am using jdk 8. which version is able to use?

thanks!

turesheim commented 10 months ago

Hi Junrae. A question like this is better asked in the Discussions section. However, yes. Java 11 is required as this the minimum required by the OTEL agent that this implementation is based on.