Exception: Datadog::Tracing::SpanOperation::AlreadyStartedError
- Inherits:
-
StandardError
- Object
- StandardError
- Datadog::Tracing::SpanOperation::AlreadyStartedError
- Defined in:
- lib/datadog/tracing/span_operation.rb
Overview
Error when the span attempts to start again after being started
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
423 424 425 |
# File 'lib/datadog/tracing/span_operation.rb', line 423 def 'Cannot measure an already started span!' end |