open-telemetry / opentelemetry-proto

OpenTelemetry protocol (OTLP) specification and Protobuf definitions
https://opentelemetry.io/docs/specs/otlp/
Apache License 2.0
606 stars 263 forks source link

Profiles: Replace has_* fields with an enum. #595

Open aalexand opened 3 weeks ago

aalexand commented 3 weeks ago

The current has_* fields given 16 choices and most of those are not practical. This is a proposal to limit this to a more practical and guided set.

aalexand commented 3 weeks ago

@jhalliday @felixge @florianl FYI - sending this for feedback.