Dogapi::Client
Constructors
Instance methods
batch_metrics
Sourcedatadog_host
SourceRecord a single point of metric data
Optional arguments: :timestamp => Ruby stdlib Time` :host => String :device => String :options => Map
options[:type] = "counter" to specify a counter metric options[:tags] = ["tag1", "tag2"] to tag the point
Record a set of points of metric data
+points+ is an array of <tt>[Time, value]</tt> doubles
Optional arguments: :host => String :device => String :options => Map
options[:type] = "counter" to specify a counter metric options[:tags] = ["tag1", "tag2"] to tag the point
get_points(query, from, to)
Source