• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zalando / skipper / 16297236541
78%

Build:
DEFAULT BRANCH: master
Ran 15 Jul 2025 03:30PM UTC
Jobs 1
Files 281
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Jul 2025 03:14PM UTC coverage: 77.668% (+0.03%) from 77.637%
16297236541

push

github

web-flow
metrics: add route validation gauge metrics (#3550)

**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 <v.volokitinaa@gmail.com>

15 of 30 new or added lines in 5 files covered. (50.0%)

1 existing line in 1 file now uncovered.

23423 of 30158 relevant lines covered (77.67%)

101526.34 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
0.0
0.0% metrics/all_kind.go
4
77.58
0.55% metrics/codahale.go
4
0.0
0.0% metrics/metricstest/metricsmock.go
4
94.94
0.38% metrics/prometheus.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
0.0
0.0% metrics/all_kind.go
Jobs
ID Job ID Ran Files Coverage
1 16297236541.1 15 Jul 2025 03:30PM UTC 281
77.67
GitHub Action Run
Source Files on build 16297236541
  • Tree
  • List 281
  • Changed 6
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16297236541
  • ab346938 on github
  • Prev Build on master (#16290302819)
  • Next Build on master (#16316353331)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc