> 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 Telemetry Provider Config

> Provider-specific telemetry configuration.

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

<pre />

Provider-specific telemetry configuration.

## Fields

### `config: Option<Value>`

Provider-specific pass-through config.

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

Additive provider fields.

## Trait Implementations

### `impl Clone for TelemetryProviderConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for TelemetryProviderConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for TelemetryProviderConfig`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl JsonSchema for TelemetryProviderConfig`

<pre />

#### `schema_name`

<pre />

#### `schema_id`

<pre />

#### `json_schema`

<pre />

#### `inline_schema`

<pre />

### `impl PartialEq for TelemetryProviderConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for TelemetryProviderConfig`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for TelemetryProviderConfig`

<pre />