Skip to content

Timer rate mean and duration mean collide #1

Description

@mcurcic

In DatadogReporter.java in processTimer() the calls to processMeter() and pushSummarizable() export different types of mean to the same "mean" name.

My suggestion is to rename
pushGauge(name, meter.meanRate(), epoch, "mean");
to
pushGauge(name, meter.meanRate(), epoch, "meanRate");

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