-
Notifications
You must be signed in to change notification settings - Fork 862
[sdk] Added support for setting CardinalityLimit allowed for the metric managed by the view.
#5312
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
Merged
CodeBlanch
merged 14 commits into
open-telemetry:main
from
Yun-Ting:yunl/metricPointPerView
Feb 6, 2024
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d341e81
draft
Yun-Ting 481a1e4
Merge branch 'main' into yunl/metricPointPerView
Yun-Ting 1cad807
comments
Yun-Ting 3013bd0
Merge branch 'main' into yunl/metricPointPerView
Yun-Ting 0fa65a4
comments
Yun-Ting 9adbd44
changelog
Yun-Ting 90e9ed7
OTEL1003
Yun-Ting acd9642
format
Yun-Ting 1088151
follow-ups
Yun-Ting 72bb231
Merge branch 'main' into yunl/metricPointPerView
Yun-Ting 479bb84
comment
Yun-Ting 003e544
Merge branch 'yunl/metricPointPerView' of https://github.com/Yun-Ting…
Yun-Ting dc4d189
Merge remote-tracking branch 'upstream/main' into yunl/metricPointPer…
CodeBlanch 30ad117
Nits
CodeBlanch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # OpenTelemetry .NET Diagnostic: OTEL1003 | ||
|
|
||
| ## Overview | ||
|
|
||
| This is an Experimental API diagnostic covering the following API: | ||
|
|
||
| * `MetricStreamConfiguration.CardinalityLimit.get` | ||
| * `MetricStreamConfiguration.CardinalityLimit.set` | ||
|
|
||
| Experimental APIs may be changed or removed in the future. | ||
|
|
||
| ## Details | ||
|
|
||
| The OpenTelemetry Specification defines the | ||
| [cardinality limit](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#cardinality-limits) | ||
| of a metric can be set by the matching view. | ||
|
|
||
| From the specification: | ||
|
|
||
| > The cardinality limit for an aggregation is defined in one of three ways: | ||
| > A view with criteria matching the instrument an aggregation is created for has | ||
| > an aggregation_cardinality_limit value defined for the stream, that value | ||
| > SHOULD be used. If there is no matching view, but the MetricReader defines a | ||
| > default cardinality limit value based on the instrument an aggregation is | ||
| > created for, that value SHOULD be used. If none of the previous values are | ||
| > defined, the default value of 2000 SHOULD be used. | ||
|
|
||
| We are exposing these APIs experimentally until the specification declares them | ||
| stable. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.