services.prometheus.exporters.ecoflow.prefix

NixOS option

The prefix that will be added to all metrics. Default value is ecoflow. For instance metric bms_bmsStatus.minCellTemp will be exported to prometheus as ecoflow.bms_bmsStatus.minCellTemp. With default value “ecoflow” you can use Grafana Dashboard with ID 17812 without any changes.

type: string
Default
"ecoflow"
Example
"ecoflow_privateSite"
declared in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →