> 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 full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Struct Atof Section Config

> Filesystem-backed ATOF JSONL exporter config.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

<pre />

Filesystem-backed ATOF JSONL exporter config.

When enabled, this section wraps [`crate::observability::atof::AtofExporter`](/reference/api/rust-library-reference/nemo-relay/observability/atof/struct-atofexporter) and writes the raw ATOF event stream as JSONL. The exporter uses the current working directory and a timestamped filename when no explicit path settings are supplied.

## Fields

### `enabled: bool`

Whether ATOF JSONL export is active.

### `output_directory: Option<PathBuf>`

Directory containing the JSONL output file.

### `filename: Option<String>`

Output filename. Defaults to the underlying ATOF exporter timestamped filename.

### `mode: String`

File open mode: `append` or `overwrite`.

## Trait Implementations

### `impl Clone for AtofSectionConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for AtofSectionConfig`

<pre />

#### `fmt`

<pre />

### `impl Default for AtofSectionConfig`

<pre />

#### `default`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl EditorConfig for AtofSectionConfig`

<pre />

#### `editor_schema`

<pre />

### `impl Serialize for AtofSectionConfig`

<pre />

#### `serialize`

<pre />