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

Makefile: exclude Profiles protocol from breaking-changes #576

Closed florianl closed 2 months ago

florianl commented 3 months ago

The Profiles protocol is still experimental. Exclude it from the breaking-changes check as such changes are expected at this stage.

florianl commented 2 months ago

With https://github.com/open-telemetry/opentelemetry-proto/issues/577 a follow up to remove this special case handling for Profiling was added, to remove it once the Profiling signal becomes stable.

tigrannajaryan commented 2 months ago

@open-telemetry/spec-sponsors please review.

tigrannajaryan commented 2 months ago

@open-telemetry/profiling-maintainers please review/approve so that we can merge.