Skip to content

feat(metrics): collect and store average response size per route#4

Merged
Fabien83560 merged 1 commit into
mainfrom
dev
May 15, 2026
Merged

feat(metrics): collect and store average response size per route#4
Fabien83560 merged 1 commit into
mainfrom
dev

Conversation

@Fabien83560

Copy link
Copy Markdown
Member

Track bytes_avg (average Content-Length in bytes) through the full pipeline: aggregator accumulates non-null response sizes per bucket, database persists them in a new bytes_avg column (with migration for existing DBs), and /api/routes exposes the field.

Track bytes_avg (average Content-Length in bytes) through the full pipeline:
aggregator accumulates non-null response sizes per bucket, database persists
them in a new bytes_avg column (with migration for existing DBs), and
/api/routes exposes the field.
@Fabien83560 Fabien83560 merged commit e5226df into main May 15, 2026
6 checks passed
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.

1 participant