hypertrace / javaagent

Hypertrace OpenTelemetry Java agent with payload/body and headers data capture.
Apache License 2.0
30 stars 15 forks source link

⬆️ Upgrade min gRPC version to 1.6 #338

Closed ryandens closed 3 years ago

ryandens commented 3 years ago

Description

OTEL recently dropped support for gRPC 1.5. We don't have any users on 1.5, and we don't want to maintain custom instrumentation for it, so we can drop support for it. Weirdly, the muzzle pipeline on my PR passed, but failed when this hit main. There may be something wrong with our usage of the gradle cache, but I'll dig into that after.