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 1eae91b3b0
Introduce "split" metric schema transformation (#2999)
This is a new transformation type that allows to describe a change
where a metric is converted to several other metrics by eliminating
an attribute.

An example of such change that happened recently is this:
https://github.com/open-telemetry/opentelemetry-specification/pull/2617

This PR implements specification change https://github.com/open-telemetry/opentelemetry-specification/pull/2653

This PR creates package v1.1 for the new functionality. The old package v1.0
remains unchanged.
2022-07-25 08:30:23 -07:00
..
ast Add missing apply_to_spans section support (#2301) 2021-10-25 12:28:41 -04:00
testdata Introduce "split" metric schema transformation (#2999) 2022-07-25 08:30:23 -07:00
types Add godot linter to golangci (#2845) 2022-04-25 13:22:49 -07:00
parser_test.go Introduce "split" metric schema transformation (#2999) 2022-07-25 08:30:23 -07:00
parser.go Introduce "split" metric schema transformation (#2999) 2022-07-25 08:30:23 -07:00