Class: DatadogAPIClient::V2::EntityV3SystemDatadog

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

Overview

Datadog product integrations for the service entity

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#eventsObject

Events associations



25
26
27
# File 'lib/datadog_api_client/v2/models/entity_v3_system_datadog.rb', line 25

def events
  @events
end

#logsObject

Logs association



28
29
30
# File 'lib/datadog_api_client/v2/models/entity_v3_system_datadog.rb', line 28

def logs
  @logs
end

#performance_dataObject

Performance stats association



31
32
33
# File 'lib/datadog_api_client/v2/models/entity_v3_system_datadog.rb', line 31

def performance_data
  @performance_data
end

#pipelinesObject

CI Pipelines association



34
35
36
# File 'lib/datadog_api_client/v2/models/entity_v3_system_datadog.rb', line 34

def pipelines
  @pipelines
end