package envoy.extensions.stat_sinks.dynamic_modules.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message DynamicModuleStatsSink

dynamic_modules.proto:29

Configuration for the Dynamic Modules Stats Sink. This sink allows loading shared object files via ``dlopen`` to implement custom stats sink behavior. A module can be loaded by multiple stat sinks. It is loaded only once and shared across multiple sink instances. The stats sink receives periodic metric snapshots of counters, gauges, and text readouts, and is also called synchronously when histogram observations are recorded.