Class: DatadogAPIClient::V2::EntityV3SystemDatadog
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EntityV3SystemDatadog
- 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
-
#events ⇒ Object
Events associations.
-
#logs ⇒ Object
Logs association.
-
#performance_data ⇒ Object
Performance stats association.
-
#pipelines ⇒ Object
CI Pipelines association.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#events ⇒ Object
Events associations.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/entity_v3_system_datadog.rb', line 25 def events @events end |
#logs ⇒ Object
Logs association.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/entity_v3_system_datadog.rb', line 28 def logs @logs end |
#performance_data ⇒ Object
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 |
#pipelines ⇒ Object
CI Pipelines association.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/entity_v3_system_datadog.rb', line 34 def pipelines @pipelines end |