redhat-developer / osd-monitor-poc

8 stars 20 forks source link

toy jaeger configuration for rhche #45

Closed fche closed 5 years ago

fche commented 5 years ago

@ibuziuk From gazing at eclipse-che's repo on github, it seems the configuration changes you need to use the toy jaeger now in osd-monitor in -stg is to add the following to your env/configmap:

CHE_TRACING_ENABLED: "true"
JAEGER_ENDPOINT: "http://osd-monitor-jaeger:14268/api/traces"
JAEGER_SERVICE_NAME: "che-server"
JAEGER_SAMPLER_MANAGER_HOST_PORT: "osd-monitor-jaeger:5778"
JAEGER_SAMPLER_TYPE: "const"
JAEGER_SAMPLER_PARAM: "1"
JAEGER_REPORTER_MAX_QUEUE_SIZE: "10000"
ibuziuk commented 5 years ago

Related HK issue - https://gitlab.cee.redhat.com/dtsd/housekeeping/issues/2534