Skip to content

Incremental gauge types  #646

@UserNoOne

Description

@UserNoOne

statsd support incremental gauges types rather then setting value we pass https://github.com/statsd/statsd/blob/master/docs/metric_types.md#gauges

gaugor:333|g

gaugor:-10|g

gaugor:+4|g

So if gaugor was 333, those commands would set it to 333 - 10 + 4, or 327

In gostatsd, I always see latest value(i.e. +4) instead of "327". Any plan to support similar feature in gostatsd as well ?

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