Skip to content

Commit aa42f18

Browse files
committed
Update markdown
1 parent c1d50ad commit aa42f18

File tree

1 file changed

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

1 file changed

+11
-9
lines changed

opentelemetry-sdk/src/metrics/test.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@ Tests are located in [mod.rs](mod.rs)
44

55
// TODO: Fill this correctly.
66

7+
:heavy_check_mark:
8+
79
## Sync Instruments
810

911
| Test Type | Counter (Delta) | Counter (Cumulative) | UpDownCounter (Delta) | UpDownCounter (Cumulative) | Gauge (Delta) | Gauge (Cumulative) | Histogram (Delta) | Histogram (Cumulative) |
1012
|----------------------------|-----------------|----------------------|----------------------|----------------------------|---------------|--------------------|-------------------|------------------------|
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 | | | | | | | | |
1618

1719
## Observable Instruments
1820

1921
| Test Type | ObservableCounter (Delta) | ObservableCounter (Cumulative) | ObservableGauge (Delta) | ObservableGauge (Cumulative) | ObservableUpDownCounter (Delta) | ObservableUpDownCounter (Cumulative) |
2022
|----------------------------|---------------------------|-------------------------------|-------------------------|------------------------------|---------------------------------|--------------------------------------|
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

Comments
 (0)