Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions mesh/v1alpha1/istio.mesh.v1alpha1.pb.html

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

162 changes: 107 additions & 55 deletions mesh/v1alpha1/proxy.pb.go

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

3 changes: 3 additions & 0 deletions mesh/v1alpha1/proxy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ message ProxyConfig {
// IP Address and Port of a statsd UDP listener (e.g. _10.75.241.127:9125_).
string statsd_udp_address = 10;

// Address of the Envoy Metrics Service implementation (e.g. metrics-service:15000).
string metrics_service_address = 20;

// Port on which Envoy should listen for administrative commands.
int32 proxy_admin_port = 11;

Expand Down
5 changes: 5 additions & 0 deletions proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,11 @@
"name": "statsd_udp_address",
"type": "string"
},
{
"id": 20,
"name": "metrics_service_address",
"type": "string"
},
{
"id": 11,
"name": "proxy_admin_port",
Expand Down
Loading