summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.transport_sockets.tcp_stats.v3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.extensions.transport_sockets.tcp_stats.v3.rs')
-rw-r--r--src/rpc/envoy.extensions.transport_sockets.tcp_stats.v3.rs24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/rpc/envoy.extensions.transport_sockets.tcp_stats.v3.rs b/src/rpc/envoy.extensions.transport_sockets.tcp_stats.v3.rs
deleted file mode 100644
index fb771a3e..00000000
--- a/src/rpc/envoy.extensions.transport_sockets.tcp_stats.v3.rs
+++ /dev/null
@@ -1,24 +0,0 @@
-// @generated
-// This file is @generated by prost-build.
-// \[#protodoc-title: TCP Stats Transport Socket wrapper\]
-// \[#extension: envoy.transport_sockets.tcp_stats\]
-
-/// Configuration for the TCP Stats transport socket wrapper, which wraps another transport socket for
-/// all communication, but emits stats about the underlying TCP connection.
-///
-/// The stats are documented :ref:`here <config_listener_stats_tcp>` for listeners and
-/// :ref:`here <config_cluster_manager_cluster_stats_tcp>` for clusters.
-///
-/// This transport socket is currently only supported on Linux.
-#[allow(clippy::derive_partial_eq_without_eq)]
-#[derive(Clone, PartialEq, ::prost::Message)]
-pub struct Config {
- /// The underlying transport socket being wrapped.
- #[prost(message, optional, tag="1")]
- pub transport_socket: ::core::option::Option<super::super::super::super::config::core::v3::TransportSocket>,
- /// Period to update stats while the connection is open. If unset, updates only happen when the
- /// connection is closed. Stats are always updated one final time when the connection is closed.
- #[prost(message, optional, tag="2")]
- pub update_period: ::core::option::Option<super::super::super::super::super::google::protobuf::Duration>,
-}
-// @@protoc_insertion_point(module)