Skip to content

Commit 409e800

Browse files
docs: minor update to otel (#1573)
To be merged alongside sourcegraph/sourcegraph#9433
1 parent c85bb1a commit 409e800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/self-hosted/observability/opentelemetry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ If you're looking for information about Sourcegraph's bundled Jaeger instance, h
209209
210210
Refer to the [Jaeger](https://opentelemetry.io/docs/languages/js/exporters/#jaeger) documentation for options.
211211
212-
If you must use your own Jaeger instance, and if the bundled otel-collector's basic configuration with the Jaeger OTel exporter enabled meets your needs, configure the otel-collector's startup command to `/bin/otelcol-sourcegraph --config=/etc/otel-collector/configs/jaeger.yaml`. Note that this requires the environment variable `$JAEGER_HOST` to be set on the otel-collector service / container:
212+
If you must use your own Jaeger instance, and if the bundled otel-collector's basic configuration with the Jaeger OTel exporter enabled meets your needs, configure the otel-collector's startup command to `/usr/bin/otelcol-sourcegraph --config=/etc/otel-collector/configs/jaeger.yaml`. Note that this requires the environment variable `$JAEGER_HOST` to be set on the otel-collector service / container:
213213

214214
```yaml
215215
# otel-collector config.yaml

0 commit comments

Comments
 (0)