Class: DatadogAPIClient::V1::SyntheticsTiming

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#dnsObject

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

#downloadObject

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_byteObject

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

#handshakeObject

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

#redirectObject

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

#sslObject

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

#tcpObject

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

#totalObject

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

#waitObject

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