Actions
Bug #34122
closedReport disallowed metric labels as "other"
Difficulty:
Triaged:
Yes
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.
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8985 added
Updated by Lukas Zapletal almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|a26eb290d0088b6f40a1a7f12c5066c38a8326a8.
Updated by The Foreman Bot almost 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/9023 added
Actions