Uses of Class
io.envoyproxy.envoy.config.cluster.v3.TrackClusterStats.Builder
Packages that use TrackClusterStats.Builder
-
Uses of TrackClusterStats.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type TrackClusterStats.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<TrackClusterStats, TrackClusterStats.Builder, TrackClusterStatsOrBuilder> Cluster.Builder.trackClusterStatsBuilder_Methods in io.envoyproxy.envoy.config.cluster.v3 that return TrackClusterStats.BuilderModifier and TypeMethodDescriptionTrackClusterStats.Builder.clear()TrackClusterStats.Builder.clearPerEndpointStats()If true, some stats will be emitted per-endpoint, similar to the stats in admin ``/clusters`` output.TrackClusterStats.Builder.clearRequestResponseSizes()If request_response_sizes is true, then the :ref:`histograms <config_cluster_manager_cluster_stats_request_response_sizes>` tracking header and body sizes of requests and responses will be published.TrackClusterStats.Builder.clearTimeoutBudgets()If timeout_budgets is true, the :ref:`timeout budget histograms <config_cluster_manager_cluster_stats_timeout_budgets>` will be published for each request.Cluster.Builder.getTrackClusterStatsBuilder()Configuration to track optional cluster stats.TrackClusterStats.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TrackClusterStats.Builder.mergeFrom(com.google.protobuf.Message other) TrackClusterStats.Builder.mergeFrom(TrackClusterStats other) static TrackClusterStats.BuilderTrackClusterStats.newBuilder()static TrackClusterStats.BuilderTrackClusterStats.newBuilder(TrackClusterStats prototype) TrackClusterStats.newBuilderForType()protected TrackClusterStats.BuilderTrackClusterStats.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TrackClusterStats.Builder.setPerEndpointStats(boolean value) If true, some stats will be emitted per-endpoint, similar to the stats in admin ``/clusters`` output.TrackClusterStats.Builder.setRequestResponseSizes(boolean value) If request_response_sizes is true, then the :ref:`histograms <config_cluster_manager_cluster_stats_request_response_sizes>` tracking header and body sizes of requests and responses will be published.TrackClusterStats.Builder.setTimeoutBudgets(boolean value) If timeout_budgets is true, the :ref:`timeout budget histograms <config_cluster_manager_cluster_stats_timeout_budgets>` will be published for each request.TrackClusterStats.toBuilder()Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type TrackClusterStats.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<TrackClusterStats, TrackClusterStats.Builder, TrackClusterStatsOrBuilder> Cluster.Builder.internalGetTrackClusterStatsFieldBuilder()Configuration to track optional cluster stats.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type TrackClusterStats.BuilderModifier and TypeMethodDescriptionCluster.Builder.setTrackClusterStats(TrackClusterStats.Builder builderForValue) Configuration to track optional cluster stats.