Skip to content

Commit aad998c

Browse files
authored
Update line numbers in honeycomb config so they're not confusing (#456)
1 parent 67c33f4 commit aad998c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/components/otlp-exporter.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The configuration will take place in the OTLP exporter in the Collector config Y
226226

227227
To send trace data, all you need is the API key for your Environment:
228228

229-
```yaml lineNumbers=true highlight={7,9}
229+
```yaml lineNumbers=true highlight={7}
230230
# Honeycomb Collector configuration
231231
exporters:
232232
otlp/traces:
@@ -245,7 +245,7 @@ service:
245245
246246
To send metrics data, you also need to specify the dataset for metrics data:
247247
248-
```yaml lineNumbers=true highlight={7,9}
248+
```yaml lineNumbers=true highlight={7,8}
249249
# Honeycomb Collector configuration
250250
exporters:
251251
otlp/metrics:

0 commit comments

Comments
 (0)