otelhttp still uses old semconv, resulting in exemplar label name "net.host.name" is invalid
errors
#6398
Labels
bug
Something isn't working
Description
the otelhttp tracer throws me some errors in production code. i dont know if its just warnings or errors. but on tracing i get this
i checked the code and saw that it semconvutil still depends on semconv version 1.20.0 which has
net.protocol.version
and so on as keys.Environment
go.opentelemetry.io/contrib
version: v0.57.0Expected behavior
using valid label names.
The text was updated successfully, but these errors were encountered: