Skip to content

New extension: access log based metrics #30619

@kyessenov

Description

@kyessenov

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 @jmarantz @briansonnenberg

CC #29681

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementFeature requests. Not bugs or questions.help wantedNeeds help!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions