Class: Datadog::AppSec::Metrics::Collector::Store
- Inherits:
-
Struct
- Object
- Struct
- Datadog::AppSec::Metrics::Collector::Store
- Defined in:
- lib/datadog/appsec/metrics/collector.rb
Instance Attribute Summary collapse
-
#duration_ext_ns ⇒ Object
Returns the value of attribute duration_ext_ns.
-
#duration_ns ⇒ Object
Returns the value of attribute duration_ns.
-
#evals ⇒ Object
Returns the value of attribute evals.
-
#timeouts ⇒ Object
Returns the value of attribute timeouts.
Instance Attribute Details
#duration_ext_ns ⇒ Object
Returns the value of attribute duration_ext_ns
8 9 10 |
# File 'lib/datadog/appsec/metrics/collector.rb', line 8 def duration_ext_ns @duration_ext_ns end |
#duration_ns ⇒ Object
Returns the value of attribute duration_ns
8 9 10 |
# File 'lib/datadog/appsec/metrics/collector.rb', line 8 def duration_ns @duration_ns end |
#evals ⇒ Object
Returns the value of attribute evals
8 9 10 |
# File 'lib/datadog/appsec/metrics/collector.rb', line 8 def evals @evals end |
#timeouts ⇒ Object
Returns the value of attribute timeouts
8 9 10 |
# File 'lib/datadog/appsec/metrics/collector.rb', line 8 def timeouts @timeouts end |