Xuyang Tao
Xuyang Tao
This PR makes the OTel access logger to support log_written/log_dropped tracking - failed gRPC requests - partial rejected log entries, which is supported by [OTel protocol](https://github.com/open-telemetry/opentelemetry-proto/blob/b3060d2104df364136d75a35779e6bd48bac449a/opentelemetry/proto/collector/logs/v1/logs_service.proto#L69) **Context**: - After https://github.com/envoyproxy/envoy/pull/24268,...
As described in the API, this allows to distinguish emitted statistics between configured open telemetry access loggers in the logger chain. If empty, the default `access_logs.open_telemetry_access_log.` will be used. It...
Commit Message: * fix the mark listener initialization ready() directly after putting lambda setters in all threads instead of putting that in the completion * fix the init_manager(main server's init_manager...
Commit Message: add gauge support in access_loggers.stats Risk Level:low Testing:both unit test and integration test are added Docs Changes: updated in the protobuf comments Release Notes: updated Platform Specific Features:no
Commit Message: add support for limiting the max number of stats(counter/gauge/histogram) per scope. This helps with memory explosion caused by high cardinality stats. Risk Level: low Testing: unit test covered...