I'm trying to work out how to configure the micronaut framework with open telemetry. I've created a project which is currently not working here https://github.com/CraftyFella/micronaut-opentelemetry
I feel I've done something fundametally wrong though as while i'm getting traces appear in new relic, they don't contain any of the micronaut configured custom spans using the micronaut annotations.
The documentation is quite light for open telemetry on the micronaut website, so I'm hoping someone in that community can enlighten me into the steps to create a micronaut example that pushes open telemetry info.