You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix metric names and missing labels for file cache metrics (#55@thedustin)
Fix scraping for Varnish 3.x. Removes the main_n_ban grouping. Metrics will now have individual bans_<type> metrics instad of the grouped metric that had type as a label. (#51@glennslaven)
If you previously updated to 1.5 your exports would have already been broken as the grouping tries to combine gauge and counter metrics, which is not allowed by Prometheus.
This is breaking change if you are using Varnish 3.x and use ban metrics in your dashboards, you'll need to update them to the new ones.
Clean exported backend name if beginning with reload_ (#56@stromnet)