ipunkt / rancherize-jaeger
Rancherize plugin to add a jaeger-agent sidekick
Installs: 132
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 1
Type:project
Requires (Dev)
- ipunkt/rancherize: ^2.45.0
README
jaeger-agent sidekick for rancherize
Config
Main Service
When using this plugin a jaeger agent can be added to the project by setting jaeger.host
to the address and port of
the jaeger collector
Example
{ "default":{ "jaeger":{ "host":"jaeger.host.somewhere.com:14250" } } }
PHP Command Service
Adding the same jaeger agent for a php-command service can be done by adding jaeger.host
to the configuration of the
php command in question
Example
{ "default":{ "php-commands":{ "rabbitmq-listen":{ "jaeger":{ "host":"jaeger.host.somewhere.com:14250" } } } } }