Skip to content

v1.19.0-beta8

Compare
Choose a tag to compare
@ryanrolds ryanrolds released this 14 Feb 23:04
· 28 commits to main since this release
108c680

Fixes

  • Added the ability to control if resource status metrics are no longer reported after deletion.
    If a resource was invalid and deleted, a status metric indicating a problem was left behind.
    This could lead to confusion and false alarms.

Setting .Values.gloo.clearStatusMetrics to true will result in metrics
for deleted resources no longer being reported.
This may cause metric scraping to infrequently not see status metrics. (kgateway-dev#6938)