Bug #34122
Report disallowed metric labels as "other"
Pull request:
Found in Releases:
Description
To keep amount of metric labels small, we deny unwanted labels and only keep those which are interesting to have in the telemetry data. However, previously when metric had a label that was not allowed, it was simply dropped.
This is skewing the data, when presenting total numbers as sum of all measurements (or duration histogram) those dropped measurements must be included. This patch changes the behavior, it is now measured with label value of "Other".
The patch also adds one more metric which is amount of loaded record ids into authorizer cache so we can keep an eye on the rate.
Associated revisions
History
#1
Updated by The Foreman Bot 5 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8985 added
#2
Updated by The Foreman Bot 5 months ago
- Fixed in Releases 3.2.0 added
#3
Updated by Lukas Zapletal 5 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|a26eb290d0088b6f40a1a7f12c5066c38a8326a8.
#4
Updated by The Foreman Bot 4 months ago
- Pull request https://github.com/theforeman/foreman/pull/9023 added
#5
Updated by The Foreman Bot 4 months ago
- Fixed in Releases 3.1.1 added
Fixes #34122 - Report disallowed metric labels as other
Signed-off-by: Lukas Zapletal <lzap+git@redhat.com>