Skip to content

not using Prometheus naming conventions #10

@askmike

Description

@askmike

Great project! In the hope that this is still maintained: the metrics exposed are not using prometheus naming conventions:

A counter MUST have the following methods:

  • inc(): Increment the counter by 1
  • inc(double v): Increment the counter by the given amount. MUST check that v >= 0.

While this lib exposes increment. Also the decrease does not obey the convention:

It MUST NOT allow the value to decrease

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