Standardize on internal tag/attribute naming as @jaeger@something #6522
Labels
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
Currently we use inconsistent naming for internal attributes
jaeger.internal.warnings
ininternal/jptrace/warning.go
internal.span.format
in cmd/collector/app/span_processor.gospan.hash
being introduced in [v2][WIP] Span hash sanitizer and enhance span hash adjuster #6499I propose we use a shorter but more distinct naming scheme that does not match the normal dot-separated format of OTEL attributes. The above three keys would become
@jaeger@warnings
@jaeger@format
("span" is implied since it's on the span)@jaeger@hash
("span" is implied since it's on the span)The text was updated successfully, but these errors were encountered: