Class: DatadogAPIClient::V1::LogsSpanRemapper

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/logs_span_remapper.rb

Overview

There are two ways to define correlation between application spans and logs:

  1. Follow the documentation on how to inject a span ID in the application logs. Log integrations automatically handle all remaining setup steps by default.

  2. Use the span remapper processor to define a log attribute as its associated span ID.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.


41
42
43
# File 'lib/datadog_api_client/v1/models/logs_span_remapper.rb', line 41

def additional_properties
  @additional_properties
end

#is_enabledObject

Whether or not the processor is enabled.


30
31
32
# File 'lib/datadog_api_client/v1/models/logs_span_remapper.rb', line 30

def is_enabled
  @is_enabled
end

#nameObject

Name of the processor.


33
34
35
# File 'lib/datadog_api_client/v1/models/logs_span_remapper.rb', line 33

def name
  @name
end

#sourcesObject

Array of source attributes.


36
37
38
# File 'lib/datadog_api_client/v1/models/logs_span_remapper.rb', line 36

def sources
  @sources
end

#typeObject

Type of logs span remapper.


39
40
41
# File 'lib/datadog_api_client/v1/models/logs_span_remapper.rb', line 39

def type
  @type
end