-
Couldn't load subscription status.
- Fork 1k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
the idea is that you should have the same telemetry with the spring starter as with the agent (where possible)
Describe the solution you'd like
the starter should
- pick up java 8 or 17 metrics based on what is found at runtime (java version) - only 17 since spring boot requires java 17
- the same properties should be supported, e.g.
Line 32 in 780cdf4
if (config.getBoolean("otel.instrumentation.runtime-telemetry-java17.enable-all", false)) { - optionally: make the property handling logic re-usable
Describe alternatives you've considered
No response
Additional context
No response
trask, piyushmor, Jojoooo1 and borism