Sha256: f37fdf66f65a5a98cf6375d128ea0994cb93ad56f4e320e066efbccc3d9da905
Contents?: true
Size: 508 Bytes
Versions: 1
Compression:
Stored size: 508 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::MetricsAPI.new from = 789 # Integer | Start of the queried time period, seconds since the Unix epoch. to = 789 # Integer | End of the queried time period, seconds since the Unix epoch. query = "query_example" # String | Query string. begin # Query timeseries points result = api_instance.query_metrics(from, to, query) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling MetricsAPI->query_metrics: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/metrics/QueryMetrics.rb |