Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Fixed some markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinkham committed Aug 11, 2013
1 parent c9d76bb commit 1c3d8b6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,26 @@ and decrement() methods.

* gauge

Gauges are used for
Gauges measure the value of something over time.

Submit them with the gauge() method.

* histogram

Histograms are used for
Histograms measure the statistical distribution of a set of values.
Submit them with the histogram() method.

* timer

Timers are used for measuring the duration of an activity. They are a special
Timers measure the duration of an activity. They are a special
type of histogram.

Submit them with the timer() method.

* set

Sets are special versions of a counter, for tracking unique items in a group.

Submit them with the sets() method.


Expand All @@ -54,8 +57,8 @@ the first portion of the metric name. You will have to contact Datadog to remove
any dashboards that are auto-created, that you do not want.

Examples:
Metric Name Dashboard
--------------------------------------------------------------------------

-Metric Name- -Dashboard-
testmetric.requests testmetric
traffic.pages_per_second traffic
testmetric.cs.customer_contacts testmetric
Expand Down

0 comments on commit 1c3d8b6

Please sign in to comment.