-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add archive traces UI configuration #171
Add archive traces UI configuration #171
Conversation
Signed-off-by: Pavol Loffay <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - although at some point might be good if format changed to be consistent with dependencies, e.g. {"archive":{"menuEnabled":true}}
you can raise it in the UI repo |
Thinking about this, Not sure if there are more conf props for the archive. I think dependencies is an object because there are two properties. |
@@ -340,6 +341,8 @@ An example configuration file: | |||
|
|||
`dependencies.menuEnabled` enables (`true`) or disables (`false`) the dependencies menu button. Default: `true`. | |||
|
|||
`archiveEnabled` enables (`true`) or disables (`false`) the archive traces button. Default: `false`. It requires a configuration of an archive storage in Query service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be useful to explain what "archiving" means", given this confusion: jaegertracing/jaeger#818 (comment)
+1 will clarify
…On Fri, Nov 16, 2018 at 1:28 AM Yuri Shkuro ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In content/docs/1.6/deployment.md
<#171 (comment)>
:
> @@ -340,6 +341,8 @@ An example configuration file:
`dependencies.menuEnabled` enables (`true`) or disables (`false`) the dependencies menu button. Default: `true`.
+`archiveEnabled` enables (`true`) or disables (`false`) the archive traces button. Default: `false`. It requires a configuration of an archive storage in Query service.
It might be useful to explain what "archiving" means", given this
confusion: jaegertracing/jaeger#818 (comment)
<jaegertracing/jaeger#818 (comment)>
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#171 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFW6-PuaoQdjdQAohSF9MjATAXgSFIfnks5uvga-gaJpZM4Yf7iJ>
.
|
@pavolloffay You're right, the I commented with trade-offs to both approaches in the UI ticket: jaegertracing/jaeger-ui#277 (comment) |
Signed-off-by: Pavol Loffay [email protected]
Resolves: jaegertracing/jaeger-ui#7