File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed
receiver/ciscoosreceiver/internal/scraper/systemscraper Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,25 @@ metrics:
1616
1717Device availability (1 = up, 0 = down)
1818
19- | Unit | Metric Type | Value Type |
20- | ---- | ----------- | ---------- |
21- | 1 | Gauge | Int |
19+ | Unit | Metric Type | Value Type | Stability |
20+ | ---- | ----------- | ---------- | --------- |
21+ | 1 | Gauge | Int | development |
2222
2323### system.cpu.utilization
2424
2525Percentage of CPU time in use.
2626
27- | Unit | Metric Type | Value Type |
28- | ---- | ----------- | ---------- |
29- | 1 | Gauge | Double |
27+ | Unit | Metric Type | Value Type | Stability |
28+ | ---- | ----------- | ---------- | --------- |
29+ | 1 | Gauge | Double | development |
3030
3131### system.memory.utilization
3232
3333Percentage of memory bytes in use.
3434
35- | Unit | Metric Type | Value Type |
36- | ---- | ----------- | ---------- |
37- | 1 | Gauge | Double |
35+ | Unit | Metric Type | Value Type | Stability |
36+ | ---- | ----------- | ---------- | --------- |
37+ | 1 | Gauge | Double | development |
3838
3939## Resource Attributes
4040
Original file line number Diff line number Diff line change @@ -18,20 +18,26 @@ metrics:
1818 cisco.device.up :
1919 enabled : true
2020 description : Device availability (1 = up, 0 = down)
21+ stability :
22+ level : development
2123 unit : " 1"
2224 gauge :
2325 value_type : int
2426
2527 system.cpu.utilization :
2628 enabled : true
2729 description : Percentage of CPU time in use.
30+ stability :
31+ level : development
2832 unit : " 1"
2933 gauge :
3034 value_type : double
3135
3236 system.memory.utilization :
3337 enabled : true
3438 description : Percentage of memory bytes in use.
39+ stability :
40+ level : development
3541 unit : " 1"
3642 gauge :
3743 value_type : double
You can’t perform that action at this time.
0 commit comments