https://sourceware.org/bugzilla/show_bug.cgi?id=28242
Bug ID: 28242
Summary: extend server http-response metrics with result code
Product: elfutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: debuginfod
Assignee: unassigned at sourceware dot org
Reporter: fche at redhat dot com
CC: elfutils-devel at sourceware dot org
Target Milestone: ---
Now, the http_requests_total{} prometheus metric includes only a
type={debuginfo,...} label, but not a http-result label (like in the
http_responses_* metrics). That makes sense because the metrics are collected
at different times (beginning vs. end of request), but it makes computing
quantities like .... "how many successful debuginfo requests are we serving",
"how large are they"?. We should consider merging the two metrics, or
synthesizing a new one that contains both request classification and success
labeling.
--
You are receiving this mail because:
You are on the CC list for the bug.