Cli/ref/mw docker jaeger

< Cli‎ | ref

mw docker jaeger

edit

jaeger service

Synopsis

edit

Jaeger service

edit

Using this will automatically configure a jaeger service for MediaWiki.

This relies on code in MediaWiki that is a work in progress. See https://phabricator.wikimedia.org/T340552 and https://gerrit.wikimedia.org/r/c/1027519 for more information.

When running, this will define:

$wgOpenTelemetryConfig = [
    'samplingProbability' => 1,
    'serviceName' => 'mediawiki',
    'endpoint' => 'http://jaeger:4318/v1/traces',
];

Options inherited from parent commands

edit
  -c, --context string   The context to use (default "default")
      --help             Help for this command
      --no-interaction   Do not ask any interactive questions
  -v, --verbose count    Increase output verbosity. Example: --verbose=2 or -vv

SEE ALSO

edit