meshery / meshery-adapter-library

Library of common functionality for Meshery Adapters
Apache License 2.0
22 stars 32 forks source link

Bump go version and remove no useful tracing code #137

Closed Aisuko closed 10 months ago

Aisuko commented 10 months ago

Description

This PR fixes #125

Notes for Reviewers

And remove the no useful tracing features. It imported go.opentelemetry.io different version with go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. And the one of the reasons here is that go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc didn't update the go.opentelemetry.io version yet. And there is no any other adapters are using tracing feature. So, removing it.

Removing tracing feature can also cause breaking change of grpc Start function.

Signed commits