Skip to content

v1.16.1

Compare
Choose a tag to compare
@davidjumani davidjumani released this 22 Jan 20:30
· 25 commits to v1.16.x since this release
6c5c4b2

Fixes

  • Introduces a new Enterprise setting settings.observabilityOptions.grafanaIntegration.dashboardPrefix that specifies the prefix for the title and UID of Grafana Dashboards created. It is restricted to 20 characters in length. This is useful when the data is aggregated to a central grafana instance so they do not conflict across multiple Gloo environments. Note that any dashboard created without a prefix or with a different prefix will need to be manually removed on changing this value. (#9022)
  • Introduces a new Enterprise setting gloo.settings.observabilityOptions.grafanaIntegration.extraMetricQueryParameters that specifies additional query parameters to add to all metric query definitions in the Grafana dashboards generated by gloo. It is a string and can consist of multiple query parameters separated by a comma. For example cluster="some-cluster",gateway_proxy_id="proxy-2". (#9016)
  • Add missing required runtime key for aggression in slow start config. (#9031)