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
dateperiod defines the period in which the metric should be fulfilled. It can have a period type of calendar or sliding. calendar defines a calendar month/year. sliding defines a period that starts with a given action.
Samples:
period type: calendar # start always the first of January, e.g. 10 hours of security training within a calendar yearperiod: 1y
period type: sliding # start whenever a datapoint is collected, e.g. read confirmation valid for 1y after last readperiod: 1y
int defines the value that should be reached with min value and max value.
The text was updated successfully, but these errors were encountered:
Proposal for Thresholds
Threshold have the following types:
dateperiod
defines the period in which the metric should be fulfilled. It can have aperiod type
ofcalendar
orsliding
.calendar
defines a calendar month/year.sliding
defines a period that starts with a given action.Samples:
int
defines the value that should be reached withmin value
andmax value
.The text was updated successfully, but these errors were encountered: