> 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 Runtime Telemetry Context

> Runtime telemetry config passed to adapters.

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

<pre />

Runtime telemetry config passed to adapters.

## Fields

### `relay_enabled: bool`

Whether Relay is enabled for this invocation.

### `config_path: Option<PathBuf>`

Generated Relay config path for this invocation.

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

Environment variables NeMo Fabric applies while invoking the adapter.

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

Additional telemetry metadata surfaced to consumers and adapters.

## Trait Implementations

### `impl Clone for RuntimeTelemetryContext`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for RuntimeTelemetryContext`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for RuntimeTelemetryContext`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for RuntimeTelemetryContext`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for RuntimeTelemetryContext`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for RuntimeTelemetryContext`

<pre />