Changed Mod Name to avoid collision
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
[mod-setting-name]
|
||||
factorio-prometheus-exporter-enable=Enable Mod
|
||||
factorio-prometheus-exporter-tick-interval=Tick Interval
|
||||
factorio-prometheus-exporter-udp-address=UDP Port
|
||||
factorio-prometheus-exporter-export_production_stats=Enable Production
|
||||
factorio-prometheus-exporter-export_fluid_stats=Enable Fluids
|
||||
factorio-prometheus-exporter-export_logistic_stats=Enable Logistics
|
||||
factorio-prometheus-exporter-export_pollution_stats=Enable Pollution
|
||||
factorio-prometheus-exporter-export_kill_stats=Enable Kills
|
||||
factorio-prometheus-exporter-export_research_stats=Enable Research
|
||||
factorio-prometheus-exporter-export_power_stats=Enable Power
|
||||
factorio-prometheus-exporter-export_player_stats=Enable Player
|
||||
factorio-prometheus-exporter-export_train_stats=Enable Train
|
||||
factorio-metrics-exporter-enable=Enable Mod
|
||||
factorio-metrics-exporter-tick-interval=Tick Interval
|
||||
factorio-metrics-exporter-udp-address=UDP Port
|
||||
factorio-metrics-exporter-export_production_stats=Enable Production
|
||||
factorio-metrics-exporter-export_fluid_stats=Enable Fluids
|
||||
factorio-metrics-exporter-export_logistic_stats=Enable Logistics
|
||||
factorio-metrics-exporter-export_pollution_stats=Enable Pollution
|
||||
factorio-metrics-exporter-export_kill_stats=Enable Kills
|
||||
factorio-metrics-exporter-export_research_stats=Enable Research
|
||||
factorio-metrics-exporter-export_power_stats=Enable Power
|
||||
factorio-metrics-exporter-export_player_stats=Enable Player
|
||||
factorio-metrics-exporter-export_train_stats=Enable Train
|
||||
[mod-setting-description]
|
||||
factorio-prometheus-exporter-export_production_stats=Enables sending of the production statistics per surface. Not very expensive
|
||||
factorio-prometheus-exporter-enable=Enable sending of the UDP packets
|
||||
factorio-prometheus-exporter-tick-interval=Set the tick interval at which metrics are collected
|
||||
factorio-prometheus-exporter-udp-address=Choose a udp port to send the data to, must be enable with --enable-lua-udp <sending_port> when starting factorio. It is important to use a different port the target port!
|
||||
factorio-prometheus-exporter-export_fluid_stats=Enables the sending of fluid production statistics. Not very expensive
|
||||
factorio-prometheus-exporter-export_logistic_stats=Enables sending of logistic network statistics. Moderatly expensive
|
||||
factorio-prometheus-exporter-export_pollution_stats=Enable sending of Pollution related statistics. Not very expensive
|
||||
factorio-prometheus-exporter-export_kill_stats=Enable sending of kill statistics. Not very expensive
|
||||
factorio-prometheus-exporter-export_research_stats=Enable sending of research statistics. Moderatly expensive
|
||||
factorio-prometheus-exporter-export_power_stats=Enable Power. Not yet implemented!
|
||||
factorio-prometheus-exporter-export_player_stats=Enable sending of player statistics
|
||||
factorio-prometheus-exporter-export_train_stats=Enable sending of train statistics. Not yet implemented!
|
||||
factorio-metrics-exporter-export_production_stats=Enables sending of the production statistics per surface. Not very expensive
|
||||
factorio-metrics-exporter-enable=Enable sending of the UDP packets
|
||||
factorio-metrics-exporter-tick-interval=Set the tick interval at which metrics are collected
|
||||
factorio-metrics-exporter-udp-address=Choose a udp port to send the data to, must be enable with --enable-lua-udp <sending_port> when starting factorio. It is important to use a different port the target port!
|
||||
factorio-metrics-exporter-export_fluid_stats=Enables the sending of fluid production statistics. Not very expensive
|
||||
factorio-metrics-exporter-export_logistic_stats=Enables sending of logistic network statistics. Moderatly expensive
|
||||
factorio-metrics-exporter-export_pollution_stats=Enable sending of Pollution related statistics. Not very expensive
|
||||
factorio-metrics-exporter-export_kill_stats=Enable sending of kill statistics. Not very expensive
|
||||
factorio-metrics-exporter-export_research_stats=Enable sending of research statistics. Moderatly expensive
|
||||
factorio-metrics-exporter-export_power_stats=Enable Power. Not yet implemented!
|
||||
factorio-metrics-exporter-export_player_stats=Enable sending of player statistics
|
||||
factorio-metrics-exporter-export_train_stats=Enable sending of train statistics. Not yet implemented!
|
||||
Reference in New Issue
Block a user