Skip to content

Commit c1d50ad

Browse files
committed
Update test markdown
1 parent 3a4b17a commit c1d50ad

File tree

1 file changed

+9
-9
lines changed
  • opentelemetry-sdk/src/metrics

1 file changed

+9
-9
lines changed

opentelemetry-sdk/src/metrics/test.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Tests are located in [mod.rs](mod.rs)
88

99
| Test Type | Counter (Delta) | Counter (Cumulative) | UpDownCounter (Delta) | UpDownCounter (Cumulative) | Gauge (Delta) | Gauge (Cumulative) | Histogram (Delta) | Histogram (Cumulative) |
1010
|----------------------------|-----------------|----------------------|----------------------|----------------------------|---------------|--------------------|-------------------|------------------------|
11-
| Regular aggregation test | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
12-
| No-attribute test | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
13-
| Overflow test | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
14-
| Attr Order Sorted First | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
15-
| Attr Order Unsorted First | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
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:] |
1616

1717
## Observable Instruments
1818

1919
| Test Type | ObservableCounter (Delta) | ObservableCounter (Cumulative) | ObservableGauge (Delta) | ObservableGauge (Cumulative) | ObservableUpDownCounter (Delta) | ObservableUpDownCounter (Cumulative) |
2020
|----------------------------|---------------------------|-------------------------------|-------------------------|------------------------------|---------------------------------|--------------------------------------|
21-
| Regular aggregation test | [No] | [No] | [No] | [No] | [No] | [No] |
22-
| No-attribute test | [No] | [No] | [No] | [No] | [No] | [No] |
23-
| Attr Order Sorted First | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
24-
| Attr Order Unsorted First | [Yes] | [Yes] | [No] | [No] | [No] | [No] | [No] | [No] |
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

Comments
 (0)