Skip to content

Commit

Permalink
feat: rest gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss authored and cgrinds committed Feb 10, 2022
1 parent 7dea810 commit bae2dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/rest/9.12.0/disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ counters:
- bytes_per_sector => bytes_per_sector
- sector_count => sectors
- stats.average_latency => stats_average_latency
- stats.throughput => stats_io_kbps
- stats.power_on_hours => uptime
- outage.reason => outage
- usable_size
Expand All @@ -30,6 +29,7 @@ endpoints:
- ^^uid => uid
- sectors_read => stats_sectors_read
- sectors_written => stats_sectors_written
- disk_io_kbps_total => stats_io_kbps

plugins:
- Disk
Expand Down
5 changes: 1 addition & 4 deletions conf/rest/9.12.0/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ counters:
- ^controller.failed_fan.message.message => failed_fan
- ^controller.failed_power_supply.message.message => failed_power_message
- ^controller.over_temperature => over_temperature
- ^state => healthy
- ^location
- ^model
- ^serial_number => serial
- ^version.full => version
- uptime
- controller.failed_power_supply.count => failed_power
- metric.processor_utilization => cpu_busytime #hidden field
- controller.failed_fan.count => failed_fan
- hidden_fields:
- metric.processor_utilization

endpoints:
- query: api/private/cli/node
Expand All @@ -28,6 +24,7 @@ endpoints:
- ^max_aggr_size => max_aggr_size
- ^max_node_vvols => max_vol_num
- ^max_vol_size => max_vol_size
- ^health => healthy

plugins:
- LabelAgent:
Expand Down

0 comments on commit bae2dc8

Please sign in to comment.