Class: DatadogAPIClient::V1::SyntheticsTiming
- Inherits:
- 
      Object
      
        - Object
- DatadogAPIClient::V1::SyntheticsTiming
 
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_timing.rb
Overview
Object containing all metrics and their values collected for a Synthetic API test. See the [Synthetic Monitoring Metrics documentation](docs.datadoghq.com/synthetics/metrics/).
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute additional_properties. 
- 
  
    
      #dns  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The duration in millisecond of the DNS lookup. 
- 
  
    
      #download  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time in millisecond to download the response. 
- 
  
    
      #first_byte  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time in millisecond to first byte. 
- 
  
    
      #handshake  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The duration in millisecond of the TLS handshake. 
- 
  
    
      #redirect  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time in millisecond spent during redirections. 
- 
  
    
      #ssl  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The duration in millisecond of the TLS handshake. 
- 
  
    
      #tcp  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Time in millisecond to establish the TCP connection. 
- 
  
    
      #total  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The overall time in millisecond the request took to be processed. 
- 
  
    
      #wait  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Time spent in millisecond waiting for a response. 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
| 52 53 54 | # File 'lib/datadog_api_client/v1/models/synthetics_timing.rb', line 52 def additional_properties @additional_properties end | 
#dns ⇒ Object
The duration in millisecond of the DNS lookup.
| 26 27 28 | # File 'lib/datadog_api_client/v1/models/synthetics_timing.rb', line 26 def dns @dns end | 
#download ⇒ Object
The time in millisecond to download the response.
| 29 30 31 | # File 'lib/datadog_api_client/v1/models/synthetics_timing.rb', line 29 def download @download end | 
#first_byte ⇒ Object
The time in millisecond to first byte.
| 32 33 34 | # File 'lib/datadog_api_client/v1/models/synthetics_timing.rb', line 32 def first_byte @first_byte end | 
#handshake ⇒ Object
The duration in millisecond of the TLS handshake.
| 35 36 37 | # File 'lib/datadog_api_client/v1/models/synthetics_timing.rb', line 35 def handshake @handshake end | 
#redirect ⇒ Object
The time in millisecond spent during redirections.
| 38 39 40 | # File 'lib/datadog_api_client/v1/models/synthetics_timing.rb', line 38 def redirect @redirect end | 
#ssl ⇒ Object
The duration in millisecond of the TLS handshake.
| 41 42 43 | # File 'lib/datadog_api_client/v1/models/synthetics_timing.rb', line 41 def ssl @ssl end | 
#tcp ⇒ Object
Time in millisecond to establish the TCP connection.
| 44 45 46 | # File 'lib/datadog_api_client/v1/models/synthetics_timing.rb', line 44 def tcp @tcp end | 
#total ⇒ Object
The overall time in millisecond the request took to be processed.
| 47 48 49 | # File 'lib/datadog_api_client/v1/models/synthetics_timing.rb', line 47 def total @total end | 
#wait ⇒ Object
Time spent in millisecond waiting for a response.
| 50 51 52 | # File 'lib/datadog_api_client/v1/models/synthetics_timing.rb', line 50 def wait @wait end |