Skip to content

Commit

Permalink
Sync APIs. @tag-name=gloo-v1.15.20 (#1115)
Browse files Browse the repository at this point in the history
Co-authored-by: soloio-bot <[email protected]>
  • Loading branch information
soloio-bot and soloio-bot authored Jan 22, 2024
1 parent 5fe81bc commit 8cefd16
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 366 deletions.
10 changes: 10 additions & 0 deletions api/gloo/gloo/v1/settings.proto
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,16 @@ message SettingsSpec {
// 2. Request all folder data (after admin:admin is replaced with the correct credentials):
// curl http://admin:admin@localhost:3000/api/folders
google.protobuf.UInt32Value default_dashboard_folder_id = 1;

// The prefix of the UIDs and Titles for all dashboards created on grafana.
// This is restricted to 20 characters.
string dashboard_prefix = 2;

// Extra parameters when querying metrics from Grafana dashboards.
// This string will be appended to every query for metrics in the definition of all gloo managed dashboards.
// It can consist of multiple query parameters separated by a comma.
// For example `cluster="some-cluster",gateway_proxy_id="proxy-2"`
string extra_metric_query_parameters = 3;
}

// Options to configure Gloo's integration with [Kubernetes](https://www.kubernetes.io/).
Expand Down
4 changes: 4 additions & 0 deletions pkg/api/gloo.solo.io/v1/settings.pb.clone.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions pkg/api/gloo.solo.io/v1/settings.pb.equal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8cefd16

Please sign in to comment.