Sha256: fe5f3d25f7567f938ac160eecf770352e825ec6608d7542d82f689ad3d2f887b
Contents?: true
Size: 600 Bytes
Versions: 37
Compression:
Stored size: 600 Bytes
Contents
# Aggregate compute events returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V2::LogsAPI.new body = DatadogAPIClient::V2::LogsAggregateRequest.new({ compute: [ DatadogAPIClient::V2::LogsCompute.new({ aggregation: DatadogAPIClient::V2::LogsAggregationFunction::COUNT, interval: "5m", type: DatadogAPIClient::V2::LogsComputeType::TIMESERIES, }), ], filter: DatadogAPIClient::V2::LogsQueryFilter.new({ from: "now-15m", indexes: [ "main", ], query: "*", to: "now", }), }) p api_instance.aggregate_logs(body)
Version data entries
37 entries across 37 versions & 1 rubygems