Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Monotonic Types #145

Merged
merged 4 commits into from
Jun 2, 2020
Merged

Commits on Apr 28, 2020

  1. Add Monotonic refinement

    Knowing the monotonicity of metric data enables receivers to implement
    certain algorithms to calculate the rate of change of the data. As such,
    this is an important quality to describe and is added to the
    `MetricDescriptor`.
    
    *Note on English*: NONDECREASING is used to describe values that either
    increase or remain constant over time. The English term "increasing" is
    not used as it does not encompass values that remain constant over time.
    
    A comment is added to identify the omission of NONINCREASING and
    information on how to notify it is needed should that arise in the
    future.
    MrAlias committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    5354621 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    c99662a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Monotonic in type

    Instead of including a monotonic refinement, specify where applicable to
    the type.
    MrAlias committed May 29, 2020
    Configuration menu
    Copy the full SHA
    c3978f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Configuration menu
    Copy the full SHA
    07ed240 View commit details
    Browse the repository at this point in the history