Sha256: fe6c588d562646754ac45239570d90c943866c6fcd5ed016380ed04980a341d8
Contents?: true
Size: 696 Bytes
Versions: 20
Compression:
Stored size: 696 Bytes
Contents
# Create a ci-tests monitor returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V1::MonitorsAPI.new body = DatadogAPIClient::V1::Monitor.new({ name: "Example-Monitor", type: DatadogAPIClient::V1::MonitorType::CI_TESTS_ALERT, query: 'ci-tests("type:test @git.branch:staging* @test.status:fail").rollup("count").by("@test.name").last("5m") >= 1', message: "some message Notify: @hipchat-channel", tags: [ "test:examplemonitor", "env:ci", ], priority: 3, options: DatadogAPIClient::V1::MonitorOptions.new({ thresholds: DatadogAPIClient::V1::MonitorThresholds.new({ critical: 1, }), }), }) p api_instance.create_monitor(body)
Version data entries
20 entries across 20 versions & 1 rubygems