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

Update cardinality cap spec matrix for OTel .NET #4403

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ formats is required. Implementing more than one format is optional.
| A metric Producer accepts an optional metric Filter | | | | | | | - | | | | | |
| The metric Reader implementation supports registering metric Filter and passing them its registered metric Producers | | | | | | | - | | | | | |
| The metric SDK's metric Producer implementations uses the metric Filter | | | | | | | - | | | | | |
| Metric SDK implements [cardinality limit](./specification/metrics/sdk.md#cardinality-limits) | | | | | | | | | | | | |
| Metric SDK supports configuring cardinality limit at MeterReader level | | | | | | | | | | | | |
| Metric SDK supports configuring cardinality limit per metric (using Views) | | | | | | | | | | | | |
| Metric SDK implements [cardinality limit](./specification/metrics/sdk.md#cardinality-limits) | | | | | | | | | | | + | |
| Metric SDK supports configuring cardinality limit at MeterReader level | | | | | | | | | | | - | |
cijothomas marked this conversation as resolved.
Show resolved Hide resolved
| Metric SDK supports configuring cardinality limit per metric (using Views) | | | | | | | | | | | + | |

## Logs

Expand Down
Loading