@@ -4,23 +4,21 @@ Tests are located in [mod.rs](mod.rs)
4
4
5
5
// TODO: Fill this correctly.
6
6
7
- :heavy_check_mark :
8
-
9
7
## Sync Instruments
10
8
11
9
| Test Type | Counter (Delta) | Counter (Cumulative) | UpDownCounter (Delta) | UpDownCounter (Cumulative) | Gauge (Delta) | Gauge (Cumulative) | Histogram (Delta) | Histogram (Cumulative) |
12
10
| ----------------------------| -----------------| ----------------------| ----------------------| ----------------------------| ---------------| --------------------| -------------------| ------------------------|
13
- | Regular aggregation test | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
14
- | No-attribute test | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
15
- | Overflow test | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
16
- | Attr Order Sorted First | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
17
- | Attr Order Unsorted First | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
11
+ | Regular aggregation test | : white_check_mark : | : white_check_mark : | : x : | : x : | : x : | : x : | : x : | : x : |
12
+ | No-attribute test | : white_check_mark : | : white_check_mark : | : x : | : x : | : x : | : x : | : x : | : x : |
13
+ | Overflow test | : white_check_mark : | : white_check_mark : | : x : | : x : | : x : | : x : | : x : | : x : |
14
+ | Attr Order Sorted First | : white_check_mark : | : white_check_mark : | : x : | : x : | : x : | : x : | : x : | : x : |
15
+ | Attr Order Unsorted First | : white_check_mark : | : white_check_mark : | : x : | : x : | : x : | : x : | : x : | : x : |
18
16
19
17
## Observable Instruments
20
18
21
19
| Test Type | ObservableCounter (Delta) | ObservableCounter (Cumulative) | ObservableGauge (Delta) | ObservableGauge (Cumulative) | ObservableUpDownCounter (Delta) | ObservableUpDownCounter (Cumulative) |
22
20
| ----------------------------| ---------------------------| -------------------------------| -------------------------| ------------------------------| ---------------------------------| --------------------------------------|
23
- | Regular aggregation test | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
24
- | No-attribute test | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
25
- | Attr Order Sorted First | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
26
- | Attr Order Unsorted First | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
21
+ | Regular aggregation test | : x : | : x : | : x : | : x : | : x : | : x : |
22
+ | No-attribute test | : x : | : x : | : x : | : x : | : x : | : x : |
23
+ | Attr Order Sorted First | : white_check_mark : | : white_check_mark : | : x : | : x : | : x : | : x : | : x : | : x : |
24
+ | Attr Order Unsorted First | : white_check_mark : | : white_check_mark : | : x : | : x : | : x : | : x : | : x : | : x : |
0 commit comments