Browse Source

Regenerate integrations.js (#17483)

Co-authored-by: thiagoftsm <49162938+thiagoftsm@users.noreply.github.com>
Netdata bot 10 months ago
parent
commit
7f752b6263

File diff suppressed because it is too large
+ 1 - 1
integrations/integrations.js


File diff suppressed because it is too large
+ 1 - 1
integrations/integrations.json


+ 1 - 1
src/collectors/proc.plugin/integrations/power_supply.md

@@ -68,7 +68,7 @@ Metrics:
 | Metric | Dimensions | Unit |
 |:------|:----------|:----|
 | powersupply.capacity | capacity | percentage |
-| powersupply.power | now | percentage |
+| powersupply.power | power | W |
 | powersupply.charge | empty_design, empty, now, full, full_design | Ah |
 | powersupply.energy | empty_design, empty, now, full, full_design | Wh |
 | powersupply.voltage | min_design, min, now, max, max_design | V |

+ 4 - 4
src/go/collectors/go.d.plugin/modules/nvidia_smi/integrations/nvidia_gpu.md

@@ -152,22 +152,22 @@ The following options can be defined globally: update_every, autodetection_retry
 | autodetection_retry | Recheck interval in seconds. Zero means no recheck will be scheduled. | 0 | no |
 | binary_path | Path to nvidia_smi binary. The default is "nvidia_smi" and the executable is looked for in the directories specified in the PATH environment variable. | nvidia_smi | no |
 | timeout | nvidia_smi binary execution timeout. | 2 | no |
-| use_csv_format | Used format when requesting GPU information. XML is used if set to 'no'. | yes | no |
+| use_csv_format | Used format when requesting GPU information. XML is used if set to 'no'. | no | no |
 
 </details>
 
 #### Examples
 
-##### XML format
+##### CSV format
 
-Use XML format when requesting GPU information.
+Use CSV format when requesting GPU information.
 
 <details><summary>Config</summary>
 
 ```yaml
 jobs:
   - name: nvidia_smi
-    use_csv_format: no
+    use_csv_format: yes
 
 ```
 </details>

Some files were not shown because too many files changed in this diff