Skip to content

Commit

Permalink
DOC-693
Browse files Browse the repository at this point in the history
  • Loading branch information
“nico-shishkin” committed Nov 8, 2023
1 parent f584927 commit cdbe1e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Replace `<<TRACING-SHIPPING-TOKEN>>` with the [token](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping?product=tracing) of the account you want to ship to.

Replace `<LOGZIO_ACCOUNT_REGION_CODE_PREFIX>` with the prefix of the applicable [region code](https://docs.logz.io/user-guide/accounts/account-region.html#available-regions). For example, `us` for `us-east-1`.

4 changes: 2 additions & 2 deletions docs/shipping/Other/jaeger.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ receivers:
exporters:
logzio/traces:
account_token: <<TRACING-SHIPPING-TOKEN>>
region: <<LOGZIO_ACCOUNT_REGION_CODE>>
region: <<LOGZIO_ACCOUNT_REGION_CODE_PREFIX>>

processors:
batch:
Expand Down Expand Up @@ -106,7 +106,7 @@ service:
exporters: [logzio/traces]
```
{@include: ../../_include/tracing-shipping/replace-tracing-token.html}
{@include: ../../_include/tracing-shipping/replace-tracing-token-prefix.html}
{@include: ../../_include/tracing-shipping/tail-sampling.md}
#### Start the collector
Expand Down

0 comments on commit cdbe1e4

Please sign in to comment.