Skip to content

Commit 17046bc

Browse files
committed
Use markdown syntax
1 parent aa42f18 commit 17046bc

File tree

1 file changed

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

1 file changed

+9
-11
lines changed

opentelemetry-sdk/src/metrics/test.md

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

55
// TODO: Fill this correctly.
66

7-
:heavy_check_mark:
8-
97
## Sync Instruments
108

119
| Test Type | Counter (Delta) | Counter (Cumulative) | UpDownCounter (Delta) | UpDownCounter (Cumulative) | Gauge (Delta) | Gauge (Cumulative) | Histogram (Delta) | Histogram (Cumulative) |
1210
|----------------------------|-----------------|----------------------|----------------------|----------------------------|---------------|--------------------|-------------------|------------------------|
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: |
1816

1917
## Observable Instruments
2018

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

Comments
 (0)