Sha256: e97fb0d0beae5fdd7995484113018b25f7986fcb31fe011e8fffb7e87c4a41d9

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 KB

Contents

# DatadogAPIClient::V1::LogsTraceRemapper

## Properties

| Name           | Type                                                  | Description                              | Notes                                    |
| -------------- | ----------------------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| **is_enabled** | **Boolean**                                           | Whether or not the processor is enabled. | [optional][default to false]             |
| **name**       | **String**                                            | Name of the processor.                   | [optional]                               |
| **sources**    | **Array<String>**                               | Array of source attributes.              | [optional]                               |
| **type**       | [**LogsTraceRemapperType**](LogsTraceRemapperType.md) |                                          | [default to 'trace-id-remapper'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsTraceRemapper.new(
  is_enabled: null,
  name: null,
  sources: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/LogsTraceRemapper.md
datadog_api_client-1.5.0 docs/v1/LogsTraceRemapper.md