The various components of jaeger are deployed separately and stored in elasticsearch. The display data is stored in es, but it cannot be displayed in query-ui, and the query fails.

docker run-d-- name elasticsearch-- restart=always-p 9200 ES_JAVA_OPTS= 9200-p 9300 ES_JAVA_OPTS= "- Xms512m-Xmx512m" elasticsearch:5.6.4

docker run-d-- name jaeger-collector-e SPAN_STORAGE_TYPE=elasticsearch-e ES_SERVER_URLS= http://ip:9200-p 16686:16686/tcp jaegertracing/jaeger-query

Jun.28,2021
Menu