@@ -16,9 +16,9 @@ metrics:
1616
1717The number of errors encountered
1818
19- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
20- | ---- | ----------- | ---------- | ----------------------- | --------- |
21- | {errors} | Sum | Int | Cumulative | true |
19+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
20+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
21+ | {errors} | Sum | Int | Cumulative | true | development |
2222
2323#### Attributes
2424
@@ -34,9 +34,9 @@ The number of errors encountered
3434
3535Interface operational status (1 = up, 0 = down)
3636
37- | Unit | Metric Type | Value Type |
38- | ---- | ----------- | ---------- |
39- | 1 | Gauge | Int |
37+ | Unit | Metric Type | Value Type | Stability |
38+ | ---- | ----------- | ---------- | --------- |
39+ | 1 | Gauge | Int | development |
4040
4141#### Attributes
4242
@@ -51,9 +51,9 @@ Interface operational status (1 = up, 0 = down)
5151
5252The number of bytes transmitted and received
5353
54- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
55- | ---- | ----------- | ---------- | ----------------------- | --------- |
56- | By | Sum | Int | Cumulative | true |
54+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
55+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
56+ | By | Sum | Int | Cumulative | true | development |
5757
5858#### Attributes
5959
@@ -69,9 +69,9 @@ The number of bytes transmitted and received
6969
7070The number of packets transmitted or received, categorized by type
7171
72- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
73- | ---- | ----------- | ---------- | ----------------------- | --------- |
74- | {packets} | Sum | Int | Cumulative | true |
72+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
73+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
74+ | {packets} | Sum | Int | Cumulative | true | development |
7575
7676#### Attributes
7777
@@ -87,9 +87,9 @@ The number of packets transmitted or received, categorized by type
8787
8888The number of packets dropped
8989
90- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
91- | ---- | ----------- | ---------- | ----------------------- | --------- |
92- | {packets} | Sum | Int | Cumulative | true |
90+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic | Stability |
91+ | ---- | ----------- | ---------- | ----------------------- | --------- | --------- |
92+ | {packets} | Sum | Int | Cumulative | true | development |
9393
9494#### Attributes
9595
0 commit comments