Mongo proxy

    As of Envoy v1.18 the v2 API has been removed and is no longer supported.

    If you are upgrading from v2 API config you may wish to view the v2 API documentation:

    This extension may be referenced by the qualified name

    Note

    This extension is not hardened and should only be used in deployments where both the downstream and upstream are trusted.

    This extension extends and can be used with the following extension category:

    MongoDB configuration overview.

    stat_prefix

    (string, REQUIRED) The human readable prefix to use when emitting .

    access_log

    delay

    (extensions.filters.common.fault.v3.FaultDelay) Inject a fixed delay before proxying a Mongo operation. Delays are applied to the following MongoDB operations: Query, Insert, GetMore, and KillCursors. Once an active delay is in progress, all incoming data up until the timer event fires will be a part of the delay.

    emit_dynamic_metadata

    () Flag to specify whether dynamic metadata should be emitted. Defaults to false.

    commands

    (repeated ) List of commands to emit metrics for. Defaults to “delete”, “insert”, and “update”. Note that metrics will not be emitted for “find” commands, since those are considered queries, and metrics for those are emitted under a dedicated “query” namespace.