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