Closed samjewell closed 6 days ago
@jycor / @Hydrocharged any thoughts on this one 🙏 ?
@max-hoffman you want to take a look at this? Not sure how it affects our upstreams.
@max-hoffman you want to take a look at this? Not sure how it affects our upstreams.
The hosted API and DoltHub remote API are the only services that use OTEL as far as I can tell. So if the version bump is not backwards compatible LD will need a PR for interface changes. Removing the OTEL dependency from GMS would probably also work. Merging this PR as is would probably be OK.
Hey team. Any update on this? It's something of a thorn in my side right now, so I'm interested 👀
I'll merge, if there are further conflicts I will loop back and just remove the dependency.
Thanks for taking the time to contribute @samjewell :).
I was trying to use this project
go-mysql-server
as a dependency alongside github.com/grafana/grafana-plugin-sdk-go/data. But the latter project depends on:When I updated my go modules with
go mod tidy
I started to hit a compilation error:Hence this change 🙏