> 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 Otlp Config

> Relay OpenTelemetry/OpenInference export configuration.

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

<pre />

Relay OpenTelemetry/OpenInference export configuration.

## Fields

### `enabled: bool`

Whether OTLP export is enabled.

### `transport: RelayOtlpTransport`

OTLP transport.

### `endpoint: Option<String>`

OTLP endpoint.

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

OTLP headers.

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

OTLP resource attributes.

### `service_name: String`

OTLP service name.

### `service_namespace: Option<String>`

OTLP service namespace.

### `service_version: Option<String>`

OTLP service version.

### `instrumentation_scope: Option<String>`

OTLP instrumentation scope.

### `timeout_millis: u64`

Request timeout in milliseconds.

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

Additive OTLP fields.

## Trait Implementations

### `impl Clone for RelayOtlpConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RelayOtlpConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for RelayOtlpConfig`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for RelayOtlpConfig`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for RelayOtlpConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for RelayOtlpConfig`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for RelayOtlpConfig`

<pre />