Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a dimensionality-reducing metric Processor #1057

Merged
merged 4 commits into from
Aug 13, 2020

Conversation

jmacd
Copy link
Contributor

@jmacd jmacd commented Aug 13, 2020

The new Processor is configured with a label.Filter and a next processor, making it possible to reduce Metric dimensionality (i.e., cardinality) coming from the Accumulator when computing the CheckpointSet (i.e., before the Exporters see high cardinality).

Resolves #1054.
Part of #1056.

@jmacd jmacd added the area:metrics Part of OpenTelemetry Metrics label Aug 13, 2020
sdk/metric/processor/reducer/reducer.go Show resolved Hide resolved
sdk/metric/processor/reducer/reducer.go Outdated Show resolved Hide resolved
@jmacd jmacd merged commit 5d1dd4e into open-telemetry:master Aug 13, 2020
@Aneurysm9 Aneurysm9 mentioned this pull request Aug 24, 2020
evantorrie pushed a commit to evantorrie/opentelemetry-go that referenced this pull request Sep 10, 2020
* Add a dimensionality-reducing metric processor

* Precommit

* Add package docs

* Remove dead code
@jmacd jmacd deleted the jmacd/reducer branch June 18, 2021 07:10
@pellared pellared added this to the untracked milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:metrics Part of OpenTelemetry Metrics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prototype metric Views functionality: Export labels configuration
3 participants