Class: Datadog::AppSec::Metrics::Collector::Store

Inherits:
Struct
  • Object
show all
Defined in:
lib/datadog/appsec/metrics/collector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#duration_ext_nsObject

Returns the value of attribute duration_ext_ns

Returns:

  • (Object)

    the current value of duration_ext_ns



8
9
10
# File 'lib/datadog/appsec/metrics/collector.rb', line 8

def duration_ext_ns
  @duration_ext_ns
end

#duration_nsObject

Returns the value of attribute duration_ns

Returns:

  • (Object)

    the current value of duration_ns



8
9
10
# File 'lib/datadog/appsec/metrics/collector.rb', line 8

def duration_ns
  @duration_ns
end

#evalsObject

Returns the value of attribute evals

Returns:

  • (Object)

    the current value of evals



8
9
10
# File 'lib/datadog/appsec/metrics/collector.rb', line 8

def evals
  @evals
end

#timeoutsObject

Returns the value of attribute timeouts

Returns:

  • (Object)

    the current value of timeouts



8
9
10
# File 'lib/datadog/appsec/metrics/collector.rb', line 8

def timeouts
  @timeouts
end