Class: DatadogAPIClient::V1::ScatterPlotRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ScatterPlotRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/scatter_plot_request.rb
Overview
Updated scatter plot.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregator ⇒ Object
Aggregator used for the request.
-
#apm_query ⇒ Object
The log query.
-
#event_query ⇒ Object
The log query.
-
#log_query ⇒ Object
The log query.
-
#network_query ⇒ Object
The log query.
-
#process_query ⇒ Object
The process query to use in the widget.
-
#profile_metrics_query ⇒ Object
The log query.
-
#q ⇒ Object
Query definition.
-
#rum_query ⇒ Object
The log query.
-
#security_query ⇒ Object
The log query.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
54 55 56 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_request.rb', line 54 def additional_properties @additional_properties end |
#aggregator ⇒ Object
Aggregator used for the request.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_request.rb', line 25 def aggregator @aggregator end |
#apm_query ⇒ Object
The log query.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_request.rb', line 28 def apm_query @apm_query end |
#event_query ⇒ Object
The log query.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_request.rb', line 31 def event_query @event_query end |
#log_query ⇒ Object
The log query.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_request.rb', line 34 def log_query @log_query end |
#network_query ⇒ Object
The log query.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_request.rb', line 37 def network_query @network_query end |
#process_query ⇒ Object
The process query to use in the widget.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_request.rb', line 40 def process_query @process_query end |
#profile_metrics_query ⇒ Object
The log query.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_request.rb', line 43 def profile_metrics_query @profile_metrics_query end |
#q ⇒ Object
Query definition.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_request.rb', line 46 def q @q end |
#rum_query ⇒ Object
The log query.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_request.rb', line 49 def rum_query @rum_query end |
#security_query ⇒ Object
The log query.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_request.rb', line 52 def security_query @security_query end |