Skip to content

Commit 65ceaa0

Browse files
committed
fix rendering
Signed-off-by: Will Killian <wkillian@nvidia.com>
1 parent 6791da4 commit 65ceaa0

5 files changed

Lines changed: 18 additions & 9 deletions

File tree

docs/plugins/observability/atif.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ finally:
109109
```
110110

111111
</Tab>
112-
</Tabs>
113112

114113
<Tab title="Node.js" language="node">
115114
```js
@@ -176,6 +175,8 @@ let active = initialize_plugins(config).await?;
176175

177176
</Tab>
178177

178+
</Tabs>
179+
179180
## Manual API
180181

181182
Use the manual `AtifExporter` API when you need explicit collection boundaries
@@ -197,7 +198,6 @@ exporter.clear()
197198
```
198199

199200
</Tab>
200-
</Tabs>
201201

202202
<Tab title="Node.js" language="node">
203203
```js
@@ -248,6 +248,8 @@ exporter.clear();
248248

249249
</Tab>
250250

251+
</Tabs>
252+
251253
## Common Validation Failures
252254

253255
- `filename_template` does not contain `{session_id}`.

docs/plugins/observability/atof.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ finally:
9393
```
9494

9595
</Tab>
96-
</Tabs>
9796

9897
<Tab title="Node.js" language="node">
9998
```js
@@ -155,6 +154,8 @@ let active = initialize_plugins(config).await?;
155154

156155
</Tab>
157156

157+
</Tabs>
158+
158159
## Manual API
159160

160161
Use the manual `AtofExporter` API when a test or script needs a custom
@@ -181,7 +182,6 @@ exporter.shutdown()
181182
```
182183

183184
</Tab>
184-
</Tabs>
185185

186186
<Tab title="Node.js" language="node">
187187
```js
@@ -228,6 +228,8 @@ exporter.shutdown()?;
228228

229229
</Tab>
230230

231+
</Tabs>
232+
231233
## Common Validation Failures
232234

233235
- `mode` is not `append` or `overwrite`.

docs/plugins/observability/configuration.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ finally:
182182
```
183183

184184
</Tab>
185-
</Tabs>
186185

187186
<Tab title="Node.js" language="node">
188187
```js
@@ -298,6 +297,8 @@ let active = initialize_plugins(config).await?;
298297

299298
</Tab>
300299

300+
</Tabs>
301+
301302
## Validation And Teardown
302303

303304
Validate plugin configuration before activating it. The plugin reports

docs/plugins/observability/openinference.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ finally:
124124
```
125125

126126
</Tab>
127-
</Tabs>
128127

129128
<Tab title="Node.js" language="node">
130129
```js
@@ -201,6 +200,8 @@ let active = initialize_plugins(config).await?;
201200

202201
</Tab>
203202

203+
</Tabs>
204+
204205
## Manual API
205206

206207
Use the manual subscriber API when you need an explicit subscriber name or
@@ -228,7 +229,6 @@ subscriber.shutdown()
228229
```
229230

230231
</Tab>
231-
</Tabs>
232232

233233
<Tab title="Node.js" language="node">
234234
```js
@@ -278,6 +278,8 @@ subscriber.shutdown()?;
278278

279279
</Tab>
280280

281+
</Tabs>
282+
281283
## Common Validation Failures
282284

283285
- `transport` is not `http_binary` or `grpc`.

docs/plugins/observability/opentelemetry.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ finally:
121121
```
122122

123123
</Tab>
124-
</Tabs>
125124

126125
<Tab title="Node.js" language="node">
127126
```js
@@ -198,6 +197,8 @@ let active = initialize_plugins(config).await?;
198197

199198
</Tab>
200199

200+
</Tabs>
201+
201202
## Manual API
202203

203204
Use the manual subscriber API when you need an explicit subscriber name or
@@ -225,7 +226,6 @@ subscriber.shutdown()
225226
```
226227

227228
</Tab>
228-
</Tabs>
229229

230230
<Tab title="Node.js" language="node">
231231
```js
@@ -272,6 +272,8 @@ subscriber.shutdown()?;
272272

273273
</Tab>
274274

275+
</Tabs>
276+
275277
## Common Validation Failures
276278

277279
- `transport` is not `http_binary` or `grpc`.

0 commit comments

Comments
 (0)