Mongo proxy

    stat_prefix

    (required, string) The prefix to use when emitting .

    access_log

    fault

    (optional, object) If specified, the filter will inject faults based on the values in the object.

    Configuration for MongoDB fixed duration delays. 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.

    1. "fixed_delay": {
    2. "duration_ms": "..."
    3. }

    (required, integer) Probability of an eligible MongoDB operation to be affected by the injected fault when there is no active fault. Valid values are integers in a range of [0, 100].

    duration_ms

    (required, integer) Non-negative delay duration in milliseconds.