1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/schema/v1.0
Tigran Najaryan 071d317394
Fix incorrect "all" and "resource" definition for Schema File (#3777)
The "all" and "resource" sections had incorrect definitions of "attribute_rename"
transform. It was missing the subkey "attribute_map".

This is a bug fix and makes the implementation compliant with the spec:
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/schemas/file_format_v1.1.0.md#resources-section

Related issue: https://github.com/open-telemetry/opentelemetry-specification/issues/3245

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2023-02-27 08:38:41 -08:00
..
ast Fix incorrect "all" and "resource" definition for Schema File (#3777) 2023-02-27 08:38:41 -08:00
testdata Fix incorrect "all" and "resource" definition for Schema File (#3777) 2023-02-27 08:38:41 -08:00
types Add godot linter to golangci (#2845) 2022-04-25 13:22:49 -07:00
parser_test.go Fix incorrect "all" and "resource" definition for Schema File (#3777) 2023-02-27 08:38:41 -08:00
parser.go Introduce "split" metric schema transformation (#2999) 2022-07-25 08:30:23 -07:00