Class: OpenTelemetry::Instrumentation::HTTPX::HttpHelper::SpanCreationAttributes Private
- Inherits:
-
Struct
- Object
- Struct
- OpenTelemetry::Instrumentation::HTTPX::HttpHelper::SpanCreationAttributes
- Defined in:
- lib/opentelemetry/instrumentation/httpx/http_helper.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Lightweight struct to hold span creation attributes
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#span_name ⇒ Object
Returns the value of attribute span_name.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
14 15 16 |
# File 'lib/opentelemetry/instrumentation/httpx/http_helper.rb', line 14 def attributes @attributes end |
#span_name ⇒ Object
Returns the value of attribute span_name
14 15 16 |
# File 'lib/opentelemetry/instrumentation/httpx/http_helper.rb', line 14 def span_name @span_name end |