Skip to content

Commit

Permalink
Update test markdown (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla authored Aug 19, 2024
1 parent 3a4b17a commit ceb4e71
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions opentelemetry-sdk/src/metrics/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Tests are located in [mod.rs](mod.rs)

| Test Type | Counter (Delta) | Counter (Cumulative) | UpDownCounter (Delta) | UpDownCounter (Cumulative) | Gauge (Delta) | Gauge (Cumulative) | Histogram (Delta) | Histogram (Cumulative) |
|----------------------------|-----------------|----------------------|----------------------|----------------------------|---------------|--------------------|-------------------|------------------------|
| Regular aggregation test | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
| No-attribute test | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
| Overflow test | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
| Attr Order Sorted First | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
| Attr Order Unsorted First | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
| Regular aggregation test | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
| No-attribute test | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
| Overflow test | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
| Attr Order Sorted First | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
| Attr Order Unsorted First | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |

## Observable Instruments

| Test Type | ObservableCounter (Delta) | ObservableCounter (Cumulative) | ObservableGauge (Delta) | ObservableGauge (Cumulative) | ObservableUpDownCounter (Delta) | ObservableUpDownCounter (Cumulative) |
|----------------------------|---------------------------|-------------------------------|-------------------------|------------------------------|---------------------------------|--------------------------------------|
| Regular aggregation test | [No] | [No] | [No] | [No] | [No] | [No] |
| No-attribute test | [No] | [No] | [No] | [No] | [No] | [No] |
| Attr Order Sorted First | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
| Attr Order Unsorted First | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
| Regular aggregation test | :x: | :x: | :x: | :x: | :x: | :x: |
| No-attribute test | :x: | :x: | :x: | :x: | :x: | :x: |
| Attr Order Sorted First | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |
| Attr Order Unsorted First | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | :x: | :x: | :x: |

0 comments on commit ceb4e71

Please sign in to comment.