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 36b444a589
Add missing apply_to_spans section support (#2301)
This bug was uncovered during spec review here:
https://github.com/open-telemetry/opentelemetry-specification/pull/2008#discussion_r731359448

apply_to_spans section was missing although it is implied to
be present in the description of how span changes section
is supposed to work.

This fixes the omission by adding apply_to_spans section.
This is not a new feature, just fixing a bug in file format description
and in the corresponding implementation.

Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
2021-10-25 12:28:41 -04:00
..
ast Add missing apply_to_spans section support (#2301) 2021-10-25 12:28:41 -04:00
testdata Add missing apply_to_spans section support (#2301) 2021-10-25 12:28:41 -04:00
types Add ability to parse Schema files according to OTEP 0152 (#2267) 2021-10-15 09:44:13 -07:00
parser_test.go Add missing apply_to_spans section support (#2301) 2021-10-25 12:28:41 -04:00
parser.go Add ability to parse Schema files according to OTEP 0152 (#2267) 2021-10-15 09:44:13 -07:00