diff --git a/docs/_include/tracing-shipping/replace-tracing-token-prefix.html b/docs/_include/tracing-shipping/replace-tracing-token-prefix.html new file mode 100644 index 00000000..ff7c5d9d --- /dev/null +++ b/docs/_include/tracing-shipping/replace-tracing-token-prefix.html @@ -0,0 +1,4 @@ +Replace `<>` with the [token](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping?product=tracing) of the account you want to ship to. + +Replace `` 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`. + diff --git a/docs/shipping/Other/jaeger.md b/docs/shipping/Other/jaeger.md index 69a80fad..fbe0b7a0 100644 --- a/docs/shipping/Other/jaeger.md +++ b/docs/shipping/Other/jaeger.md @@ -65,7 +65,7 @@ receivers: exporters: logzio/traces: account_token: <> - region: <> + region: <> processors: batch: @@ -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