Class: Instana::Exporter::Otlp::BaseConverter::ResourceAdapter
- Inherits:
-
Struct
- Object
- Struct
- Instana::Exporter::Otlp::BaseConverter::ResourceAdapter
- Defined in:
- lib/instana/exporter/otlp/base_converter.rb
Overview
Adapter to make resource objects compatible with OTLP exporter expectations
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
Instance Method Summary collapse
-
#attribute_enumerator ⇒ Enumerator
Iterator over resource attributes.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
44 45 46 |
# File 'lib/instana/exporter/otlp/base_converter.rb', line 44 def attributes @attributes end |
Instance Method Details
#attribute_enumerator ⇒ Enumerator
Returns Iterator over resource attributes.
46 47 48 |
# File 'lib/instana/exporter/otlp/base_converter.rb', line 46 def attribute_enumerator attributes.each end |