> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/fabric/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/fabric/_mcp/server.

# Struct Relay Open Telemetry Endpoint Config

> One typed Relay OpenTelemetry OTLP destination.

Generated from `cargo doc --no-deps -p nemo-fabric-core`.

<pre />

One typed Relay OpenTelemetry OTLP destination.

## Fields

### `type: RelayOpenTelemetryEndpointType`

Span projection emitted to this destination.

### `endpoint: String`

OTLP endpoint.

### `mark_projection: RelayOpenTelemetryMarkProjection`

Mark projection policy.

### `mark_exclude_names: Vec<String>`

Event names excluded from mark projection.

### `attribute_mappings: Vec<BTreeMap<String, String>>`

Attribute mapping rules.

### `transport: RelayOtlpTransport`

OTLP transport.

### `service_name: String`

OTLP service name.

### `service_namespace: Option<String>`

OTLP service namespace.

### `service_version: Option<String>`

OTLP service version.

### `instrumentation_scope: String`

OTLP instrumentation scope.

### `timeout_millis: u64`

Request timeout in milliseconds.

### `headers: BTreeMap<String, String>`

Static OTLP headers.

### `header_env: BTreeMap<String, String>`

Environment-variable-backed OTLP headers.

### `resource_attributes: BTreeMap<String, String>`

OTLP resource attributes.

### `extensions: BTreeMap<String, Value>`

Additive endpoint fields.

## Trait Implementations

### `impl Clone for RelayOpenTelemetryEndpointConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RelayOpenTelemetryEndpointConfig`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for RelayOpenTelemetryEndpointConfig`

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for RelayOpenTelemetryEndpointConfig`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for RelayOpenTelemetryEndpointConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for RelayOpenTelemetryEndpointConfig`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for RelayOpenTelemetryEndpointConfig`

<pre />