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

# Struct Open Telemetry Endpoint Config

> One typed OTLP destination.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker`.

<pre />

One typed OTLP destination.

## Fields

### `otel_type: OpenTelemetryType`

Semantic projection emitted by this endpoint.

### `endpoint: String`

Required OTLP endpoint.

### `mark_projection: MarkProjection`

Representation used for point-in-time marks.

### `mark_exclude_names: Vec<String>`

Mark names excluded from tool projection.

### `attribute_mappings: Vec<OtlpAttributeMapping>`

Projected attributes copied to aliases.

### `transport: String`

OTLP transport: `http_binary` or `grpc`.

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

Extra exporter headers or metadata.

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

Exporter headers mapped to environment variable names.

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

Extra resource attributes.

### `service_name: String`

`service.name` resource attribute.

### `service_namespace: Option<String>`

Optional `service.namespace` resource attribute.

### `service_version: Option<String>`

Optional `service.version` resource attribute.

### `instrumentation_scope: String`

Instrumentation scope name.

### `timeout_millis: u64`

Export timeout in milliseconds.

## Trait Implementations

### `impl Clone for OpenTelemetryEndpointConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for OpenTelemetryEndpointConfig`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl EditorConfig for OpenTelemetryEndpointConfig`

<pre />

#### `editor_schema`

<pre />

### `impl Serialize for OpenTelemetryEndpointConfig`

<pre />

#### `serialize`

<pre />