Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Period Types #30

Description

@wurstbrot

Proposal for Thresholds

Threshold have the following types:

  • dateperiod
  • int

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 year
  period: 1y
  period type: sliding # start whenever a datapoint is collected, e.g. read confirmation valid for 1y after last read
  period: 1y

int defines the value that should be reached with min value and max value.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions