-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
REPL should tell users whether metrics, tracing, etc. are turned on/off #750
Comments
Should we add a new command such as "show debug"? |
Sure, that sounds reasonable. What I would probably do is create a settings struct that can be serialized into JSON and printed to the console. Feel free to follow that approach or not (it seems like it'll be easy to keep the settings in-sync w/ the |
`> show debug
|
Cool. We typically add struct field tags and make the fields follow
|
It is snake case but Github is not formatting properly. But struct field tags are there, do you want me to make them lower case? |
Yes, the struct should look like this (modulo gofmt):
|
sure, will do. |
|
Currently the REPL allows users to turn on/off features like metrics, tracing, etc. Users can toggle these but they can't tell whether the features are on off.
It would be nice if users could check which features are enabled.
The text was updated successfully, but these errors were encountered: