jambonz / jambonz-infrastructure

packer and cloudformation templates for creating EC2-based jambonz deployments
23 stars 30 forks source link

cloudformation invalid url for jaeger v0.8.3 #49

Open Megamuch opened 1 year ago

Megamuch commented 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',