You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Instead of a single target value users might want to specify a range. This can be done by upper and lower target deviation values. Users can specify these as absolute or percentage values. If no values are provided no deviation is allowed.
Design
Users can specify upper and lower deviations from the target through the de.mtneug.spate.metrics.<key>.target.deviation.upper and de.mtneug.spate.metrics.<key>.target.deviation.lower labels. Both are either unsigned 64-bit integers or percentage values. A percentage is an unsigned integer between 0 and 100 followed by a % sign.
The text was updated successfully, but these errors were encountered:
mtneug
changed the title
The user can declare an allowed upper/lower deviation from the target
The user can declare an allowed upper/lower deviation from the target value
Nov 27, 2016
Description
Instead of a single target value users might want to specify a range. This can be done by upper and lower target deviation values. Users can specify these as absolute or percentage values. If no values are provided no deviation is allowed.
Design
Users can specify upper and lower deviations from the target through the
de.mtneug.spate.metrics.<key>.target.deviation.upper
andde.mtneug.spate.metrics.<key>.target.deviation.lower
labels. Both are either unsigned 64-bit integers or percentage values. A percentage is an unsigned integer between 0 and 100 followed by a % sign.Example
The text was updated successfully, but these errors were encountered: