Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions api/cds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ message CircuitBreakers {

message Cluster {
// Supplies the name of the cluster which must be unique across all clusters.
// The cluster name is used when emitting statistics. The cluster name can be
// at most 60 characters long, and must not contain :.
// Any : in the cluster name will be converted to _ when emitting statistics.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW this is the kind of place in which we would cross link to the CLI option. Might be worth putting a doc TODO in here.

// TODO(htuch): cross-link to
// https://www.envoyproxy.io/envoy/operations/cli#cmdoption-max-obj-name-len.
string name = 1;

// The service discovery type to use for resolving the cluster.
Expand Down