Skip to content

1.5.2

Compare
Choose a tag to compare
@jonnenauha jonnenauha released this 27 Oct 11:59
  • 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)