Skip to content

Commit

Permalink
fix: add telemetry bind socket to proxyConfiguration proto (#18652)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough authored Sep 1, 2023
1 parent 99845eb commit 22df51f
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 81 deletions.
175 changes: 94 additions & 81 deletions proto-public/pbmesh/v1alpha1/proxy_configuration.pb.go

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

1 change: 1 addition & 0 deletions proto-public/pbmesh/v1alpha1/proxy_configuration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ message BootstrapConfig {
string stats_config_json = 11;
string stats_flush_interval = 12;
string tracing_config_json = 13;
string telemetry_collector_bind_socket_dir = 14;
}

enum ProxyMode {
Expand Down

0 comments on commit 22df51f

Please sign in to comment.