Christian Neumüller
Christian Neumüller
> The peer.ip attribute that you mentioned is an example where the sensitivity depends on the context. [...] Makes sense. Although if we just want to cover security we could...
> I had made an assumption that the labels keys would be transformed to something like: user.name --> sensitive.user.name for example. No, my suggestion was to just have this metadata...
> My biggest concern going forward with this approach is that convention changes in a non backwards compatible way that would data that was once considered sensitive (and should still...
For the SDKs, we don't really have this, but there is an issue that would probably be a prerequesite for easier filtering: open-telemetry/opentelemetry-specification#1089. Actually the privacy filtering use case was...
@brunobat https://github.com/open-telemetry/oteps/pull/192#pullrequestreview-1111964150 > Please check https://github.com/open-telemetry/oteps/pull/207 because the propagation will soon might have #207 should not be relevant to this PR at all. It does not change anything regarding propagation.
My proposed change is to assign GitHub Labels to closed PRs (so no labels in the OTEP text, just in the GitHub UI).
I still think this would be nice. Otherwise we can also remove the related sections from the OTEP process, if we don't really need this.
> If we end up adding flags field to Span in OTLP as [proposed here](https://github.com/open-telemetry/opentelemetry-proto/pull/384/files) I think we can record the IsRemote as a bit in the flags This is...
Why can't this be handled with semantic conventions? There was discussion about having "typed Span" APIs (e.g. provinding `HttpSpan.setStatusCode(int code)` mapping to `Span.setAttribute("http.status_code", code)`) to improve type safety at the...
In fact, we already do have some semantic conventions for events, see the [semantic conventions for gRPC](https://github.com/open-telemetry/opentelemetry-specification/blob/8fb6c14e4709e75a9aaa64b0dbbdf02a6067682a/specification/data-rpc.md#events).