Open Megamuch opened 1 year ago
In the cloudformation script for scalable production the JAEGER_BASE_URL is invalid due to a typo.
JAEGER_BASE_URL: 'http://${MONITORING_SERVER_IP}::16686',
should be JAEGER_BASE_URL: 'http://${MONITORING_SERVER_IP}:16686',
JAEGER_BASE_URL: 'http://${MONITORING_SERVER_IP}:16686',
In the cloudformation script for scalable production the JAEGER_BASE_URL is invalid due to a typo.
JAEGER_BASE_URL: 'http://${MONITORING_SERVER_IP}::16686',
should be
JAEGER_BASE_URL: 'http://${MONITORING_SERVER_IP}:16686',