Trace-Archiv with ES-Storage. Activate UI Option do not work #3469
Unanswered
SaschaBrechmannVHV
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
i have activated Trace-Archiv function in my jaeger configuration. Now i would activate this option in jaeger-ui, as shown here: Doku: Frontend-UI.
My config for jaeger-query:
SPAN_STORAGE_TYPE=elasticsearch ... ES_ARCHIVE_ENABLED=true ES_ARCHIVE_INDEX_PREFIX=archiv ... QUERY_BASE_PATH='/jaeger' QUERY_UI_CONFIG='/opt/jaegertracing/jaeger-ui.json'
If i start jaeger-UI/query with this option, i get this Error, if i enable DEBUG loglevel:
{"level":"info","ts":1641394142.7476475,"caller":"app/static_handler.go:182","msg":"UI config path not provided, config file will not be watched"}
And there is no "archiv" option in the Jaeger-UI.
This is the jaeger-ui.json:
{ "dependencies": { "dagMaxNumServices": 200, "menuEnabled": false }, "archiveEnabled": true }
Could some one share a working example?
Regards, Sascha
Beta Was this translation helpful? Give feedback.
All reactions