Module: ElasticAPM::Transport::Serializers Private

Defined in:
lib/elastic_apm/transport/serializers.rb,
lib/elastic_apm/transport/serializers/span_serializer.rb,
lib/elastic_apm/transport/serializers/error_serializer.rb,
lib/elastic_apm/transport/serializers/context_serializer.rb,
lib/elastic_apm/transport/serializers/metadata_serializer.rb,
lib/elastic_apm/transport/serializers/metricset_serializer.rb,
lib/elastic_apm/transport/serializers/transaction_serializer.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: Container, ContextSerializer, ErrorSerializer, MetadataSerializer, MetricsetSerializer, Serializer, SpanSerializer, TransactionSerializer, UnrecognizedResource

Class Method Summary collapse

Class Method Details

.new(config) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



96
97
98
# File 'lib/elastic_apm/transport/serializers.rb', line 96

def self.new(config)
  Container.new(config)
end