Skip to content

Commit

Permalink
Update ios-xr-telemetry-power-consumption-docker-compose.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuiller committed Dec 21, 2023
1 parent 8e8af29 commit a45e902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ usable_power_capacity integer
Chassis power consumption is located in system_power_input and system_power_used.
For each location, IOS-XR will allocate a power budget stored in power_allocated. Last, current power utilization per location can be found in power_consumed/value.

As seen above, some of the reported values are stored as 'string'. Extra processing might be required to transform those keys as integer. On telegraf, this can be achieved using a convertor processor. Here is a sample example for ASR 9000:
As seen above, some of the reported values are stored as 'string'. Extra processing might be required to transform those keys as integer. On telegraf, this can be achieved using a convertor processor. Here is a sample example for ASR 9000 where following configuration must be added to telegraf.conf:

<div class="highlighter-rouge">
<pre class="highlight">
Expand Down

0 comments on commit a45e902

Please sign in to comment.