-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Production/Consumption Data inverted - 1.2 - Default: Items - Factorio #28
Comments
Factorio Version: 1.1.77 |
Hello, i don't fully understand, the issue is from the dashboard or from the metric itself ? |
Both (Unless the metric names have a translation issue.) factorio_item_production_output I would take to mean Production. The the default dashboard graphs show the data inverted. I will try and form a more definitive response when I'm not on mobile. |
well the issue can't be in both ways or you'll have the same issue if i invert the metric and the dashboard |
looking at the code there is no naming error, but looking at the documentation https://lua-api.factorio.com/latest/LuaFlowStatistics.html for item |
That would make more sense. The current production graph panel shows that the query is: |
hey @adrianvanderwal, i will looke into that and fix my dashboards. stay tuned! :) |
While watching my stats for module production, I noticed that the graphs showed the opposite of what was happening in game.
The Production graph is pulling from:
rate(factorio_item_production_output{force=~"${Force}",name=~"${Item}"}[$__rate_interval]) * ${TimeScale}
, however, it is clearly displaying the consumption statistic.The text was updated successfully, but these errors were encountered: