Skip to content

Commit

Permalink
Merge branch 'main' into fix/129308
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 authored May 26, 2022
2 parents 34d9465 + 8bcc929 commit b34af0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/apm/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ These are dynamic by default, which means they will be indexed and become search

If the service map is not showing an expected connection between the client and server,
it's likely because you haven't configured
{apm-agent-rum}/configuration.html#distributed-tracing-origins[`distributedTracingOrigins`].
{apm-rum-ref}/distributed-tracing-guide.html[`distributedTracingOrigins`].


This setting is necessary, for example, for cross-origin requests.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ function options(y: Argv) {
string: true,
})
.option('streamProcessors', {
describe:
'Allows you to register a GCP repository in <client_name>:<bucket>[:base_path] format',
describe: 'Specify multiple sets of stream aggregators to be included in the StreamProcessor',
string: true,
array: true,
alias: 'p',
Expand Down

0 comments on commit b34af0c

Please sign in to comment.