We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c33f4 commit aad998cCopy full SHA for aad998c
src/docs/components/otlp-exporter.mdx
@@ -226,7 +226,7 @@ The configuration will take place in the OTLP exporter in the Collector config Y
226
227
To send trace data, all you need is the API key for your Environment:
228
229
-```yaml lineNumbers=true highlight={7,9}
+```yaml lineNumbers=true highlight={7}
230
# Honeycomb Collector configuration
231
exporters:
232
otlp/traces:
@@ -245,7 +245,7 @@ service:
245
246
To send metrics data, you also need to specify the dataset for metrics data:
247
248
+```yaml lineNumbers=true highlight={7,8}
249
250
251
otlp/metrics:
0 commit comments