New Features
- 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 examplecluster="some-cluster",gateway_proxy_id="proxy-2"
. (#9016)