Skip to content

Conversation

@lynnagara
Copy link
Member

No description provided.

@lynnagara lynnagara requested a review from a team as a code owner January 7, 2026 23:08
pub const UPSTREAM_REQUEST_DURATION: MetricDef = MetricDef {
name: "upstream.request.duration",
metric_type: MetricType::Histogram,
description: "Per-cell upstream request duration in seconds. Tagged with cell_id, status (the status-code if sucessful, 'timeout', or 'error').",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: "Per-cell upstream request duration in seconds. Tagged with cell_id, status (the status-code if sucessful, 'timeout', or 'error').",
description: "Per-cell upstream request duration in seconds. Tagged with cell_id, status (the status-code if successful, 'timeout', or 'error').",

METRICS.md Outdated
|--------|------|-------------|
| `request.duration` | Histogram | Request duration in seconds. Tagged with status, handler. |
| `requests.inflight` | Gauge | Number of requests currently being processed |
| `upstream.request.duration` | Histogram | Per-cell upstream request duration in seconds. Tagged with cell_id, status (the status-code if sucessful, 'timeout', or 'error'). |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `upstream.request.duration` | Histogram | Per-cell upstream request duration in seconds. Tagged with cell_id, status (the status-code if sucessful, 'timeout', or 'error'). |
| `upstream.request.duration` | Histogram | Per-cell upstream request duration in seconds. Tagged with cell_id, status (the status-code if successful, 'timeout', or 'error'). |

@lynnagara lynnagara merged commit 57ff452 into main Jan 8, 2026
12 checks passed
@lynnagara lynnagara deleted the ingest-router-metrics branch January 8, 2026 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants