Skip to content

Syntax of failure criteria #9

Open
@tslavik

Description

@tslavik

Is your feature request related to a problem? Please describe.
Cannot find in doc syntax of all failure criteria.

Describe the solution you'd like
Will be good to have documented somewhere the failure criteria not only in source code :-)

const validAggregateList = {
    'response_time_ms': ['avg', 'min', 'max', 'p50', 'p90', 'p95', 'p99'],
    'requests_per_sec': ['avg'],
    'requests': ['count'],
    'latency': ['avg', 'min', 'max', 'p50', 'p90', 'p95', 'p99'],
    'error': ['percentage']
}

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions