-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.help wantedNeeds help!Needs help!
Description
This is a proposal to add a new access logger that emits metrics using the Envoy metrics system. An example instance of this extension would be Istio standard metrics that are derived from the access log entries inside the proxy.
Note that the concern about the scalability does apply, because an access log value cardinality is unbounded. A few mitigation measures must be placed on this extension to be safe to use in production:
- the metrics scopes must have a limited lifetime;
- integration with the overload manager to drop the metrics with the excessive cardinality;
CC #29681
Metadata
Metadata
Assignees
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.help wantedNeeds help!Needs help!