Skip to content

Add clarification to metric_types docs for Gauges #607

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add clarification to metric_types docs for Gauges
  • Loading branch information
kzhang22 authored Jan 17, 2017
commit c78aad6e0c0785df7692db4090cfa931d553a7b0
2 changes: 2 additions & 0 deletions docs/metric_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ StatsD now also supports gauges, arbitrary values, which can be recorded.

gaugor:333|g

At each flush, the current value of the gauge is sent. If a gauge is set multiple times within a `flushInterval`, only the most recent value will be sent.

If the gauge is not updated at the next flush, it will send the previous value. You can opt to send
no metric at all for this gauge, by setting `config.deleteGauges`

Expand Down