Skip to content

Commit

Permalink
docs(getstarted): edit link
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Oct 15, 2024
1 parent 26756c1 commit b3abfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/configure-trace-ingestion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ end
```bash title="Terminal"
export OTEL_SERVICE_NAME=my-service-name
export OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf
export OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4318"
export OTEL_EXPORTER_OTLP_ENDPOINT="http://<tracetest-agent>:4318"
export OTEL_EXPORTER_OTLP_HEADERS="x-tracetest-token=<token>"

rails server -p 8080
Expand Down

0 comments on commit b3abfdf

Please sign in to comment.