Skip to content

refactor(slis): move workhorse api selectors to hash

Steve Xuereb requested to merge refactor/api-workhorse-selectors into master

What

Move the selectors to be an object so that is gets automatically serlatized to promQL.

Why

Both web and git use this structure of objects.

This allows us to DRY up the selectors in errorRate, requestRate, and apdex.

Merge request reports