Class: DatadogAPIClient::V1::UsageCIVisibilityHour

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb

Overview

CI visibility usage in a given hour.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#ci_pipeline_indexed_spansObject

The number of spans for pipelines in the queried hour.



25
26
27
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 25

def ci_pipeline_indexed_spans
  @ci_pipeline_indexed_spans
end

#ci_test_indexed_spansObject

The number of spans for tests in the queried hour.



28
29
30
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 28

def ci_test_indexed_spans
  @ci_test_indexed_spans
end

#ci_visibility_itr_committersObject

Shows the total count of all active Git committers for Intelligent Test Runner in the current month. A committer is active if they commit at least 3 times in a given month.



31
32
33
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 31

def ci_visibility_itr_committers
  @ci_visibility_itr_committers
end

#ci_visibility_pipeline_committersObject

Shows the total count of all active Git committers for Pipelines in the current month. A committer is active if they commit at least 3 times in a given month.



34
35
36
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 34

def ci_visibility_pipeline_committers
  @ci_visibility_pipeline_committers
end

#ci_visibility_test_committersObject

The total count of all active Git committers for tests in the current month. A committer is active if they commit at least 3 times in a given month.



37
38
39
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 37

def ci_visibility_test_committers
  @ci_visibility_test_committers
end

#org_nameObject

The organization name.



40
41
42
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 40

def org_name
  @org_name
end

#public_idObject

The organization public ID.



43
44
45
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 43

def public_id
  @public_id
end