Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

stats: add option for percentiles to be emitted by client for distribution metrics #41

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 9, 2019

  1. - Add option to not emit metric for counts per bucket

    - Add option to control which percentiles for distribution metrics are calculated on the the client and to be emitted as a gauge
    
    Fixes DataDog#17
    Braden Bassingthwaite committed May 9, 2019
    Configuration menu
    Copy the full SHA
    3594788 View commit details
    Browse the repository at this point in the history
  2. - Allow formatting of percentile metric names

    Braden Bassingthwaite committed May 9, 2019
    Configuration menu
    Copy the full SHA
    fce39e5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. PR Feedback (Embed distribution options on Options struct and build

    test name from percentile)
    Braden Bassingthwaite committed May 13, 2019
    Configuration menu
    Copy the full SHA
    ec9f664 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. PR Feedback

    - Change how percentiles are configured
    - Change metric suffix
    Braden Bassingthwaite committed May 17, 2019
    Configuration menu
    Copy the full SHA
    e37e4dc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. PR Feedback

    - Configure using strings to remain consistent with other datadog
    config apis
    Braden Bassingthwaite committed May 21, 2019
    Configuration menu
    Copy the full SHA
    f277bbd View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. PR Feedback

    - Change standard deviation to 1 and change comparison of expected and got to be within
    a given threshold
    - Link to the cumulative standard table to verify tests
    Braden Bassingthwaite committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    e3f307c View commit details
    Browse the repository at this point in the history