You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Prometheus metrics:**
- `skipper_route_invalid_routes_gauge{reason}` (gauge) - Current number
of invalid routes by reason
**CodaHale metrics:**
- `route.invalid.gauge.{reason}` (gauge) - Current invalid routes count
by reason
**Failure Reasons Tracked:**
- `failed_backend_split` - Backend URL parsing errors
- `unknown_filter` - Unknown or disabled filters used
- `unknown_predicate` - Unknown predicates used
- `invalid_filter_params` - Invalid filter parameters
- `invalid_predicate_params` - Invalid predicate parameters
- Any other validation errors that may occur
## How error rate will be calculated
- **Graph Representation**: Displays a graph with points over specific
time intervals.
- **Calculation**: `(routes.total - sum(route.invalid.gauge.%s)) /
routes.total`, where `routes.total` is an existed gauge metric
Signed-off-by: Veronika Volokitina <[email protected]>
0 commit comments