diff --git a/opentelemetry/proto/profiles/v1development/profiles.proto b/opentelemetry/proto/profiles/v1development/profiles.proto index 59fd609ff..0bb1dc29d 100644 --- a/opentelemetry/proto/profiles/v1development/profiles.proto +++ b/opentelemetry/proto/profiles/v1development/profiles.proto @@ -139,6 +139,8 @@ message ProfilesData { // from non-containerized processes. // Other resource groupings are possible as well and clarified via // Resource.attributes and semantic conventions. + // Tools that visualize profiles should prefer displaying + // resources_profiles[0].scope_profiles[0].profiles[0] by default. repeated ResourceProfiles resource_profiles = 1; // One instance of ProfilesDictionary @@ -182,10 +184,6 @@ message ScopeProfiles { // https://opentelemetry.io/docs/specs/otel/schemas/#schema-url // This schema_url applies to all profiles in the "profiles" field. string schema_url = 3; - - // The preferred type and unit of Samples in at least one Profile. - // See Profile.sample_type for possible values. - ValueType default_sample_type = 4; } // Profile is a common stacktrace profile format.