Added
- profiles: drop field profile.comment_strindices. #729
- profiles: clarify the original payload field comments. #722
- profiles: add a note about cardinality implications for attribute values. #713
Changed
- profiles: clarify dictionary guidelines: duplicates and other restrictions. #732
- profiles: clarify the original payload field comments. #722
- profiles: rename line -> lines and sample -> samples since they are repeated fields. #712
- profiles: document more explicitly the dictionary zero element requirement. #711
- all: drop attribute values restrictions. #707
⚠️ IMPORTANT: OTLP consumers are expected to accept attribute values that were previously considered invalid.
All attributes can now contain:- empty values,
- bytes values,
- array values different than array of string values, bool values, int values, double values,
- kvlist values.
Fixed
- all: fix schema_url comments to include scope field coverage. #727
- all: add missing field comments. #717
Removed
- profiles: drop field profile.comment_strindices. #729
- profiles: remove aggregation temporality enum and field. #710
New Contributors
Full Changelog: v1.8.0...v1.9.0