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

supabase / auth / 21440478722
69%

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2026 02:29PM UTC
Jobs 1
Files 171
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

28 Jan 2026 01:39PM UTC coverage: 68.848% (+0.05%) from 68.803%
21440478722

push

github

web-flow
chore: Add http_route label to HTTP server metrics (#2330)

## What kind of change does this PR introduce?

This PR adds the `http_route` label to standard HTTP server metrics
collected by the otelhttp package. This enables users to collect HTTP
metrics per route.

Because `WithMetricAttributesFn` is only available in newer versions of
otelhttp, this commit also upgrades the otelhttp package to v0.63.0. As
a result, HTTP request metrics now use the newer `http_server_request_`
naming convention rather than just `http_server_`.

## What is the current behavior?

Currently, the `http_server_duration_milliseconds_bucket` metric does
not include HTTP route labels. This means HTTP duration metrics are
heavily skewed towards fast, frequently accessed API routes such as
/user.

## What is the new behavior?

There are two changes introduced in this PR:

* The `http_server_duration_milliseconds_bucket` metric is renamed to
`http_server_request_duration_seconds_bucket`
* The `http_server_request_duration_seconds_bucket` metric has an
additional label, `http_route`, that matches the `http_route` label in
the `http_status_codes_total` metric

26 of 28 new or added lines in 1 file covered. (92.86%)

14896 of 21636 relevant lines covered (68.85%)

80.58 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
88.1
6.11% internal/observability/request-tracing.go
Jobs
ID Job ID Ran Files Coverage
1 21440478722.1 28 Jan 2026 02:29PM UTC 171
68.85
GitHub Action Run
Source Files on build 21440478722
  • Tree
  • List 171
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0e384b8b on github
  • Prev Build on master (#21439245792)
  • Next Build on master (#21450104510)
  • Delete
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