Skip to content

Commit

Permalink
Update cardinality cap spec matrix for OTel .NET (#4403)
Browse files Browse the repository at this point in the history
Otel .NET supports capping by default, and supports changing at Metric
level using Views, but not at MeterReader level.
  • Loading branch information
cijothomas authored Feb 7, 2025
1 parent eef399b commit 2eda19e
Showing 1 changed file with 3 additions and 3 deletions.
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 | | | | | | | | | | | - | |
| Metric SDK supports configuring cardinality limit per metric (using Views) | | | | | | | | | | | + | |

## Logs

Expand Down

0 comments on commit 2eda19e

Please sign in to comment.