-
Notifications
You must be signed in to change notification settings - Fork 349
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
Added instrumentation for admin dashboard interface #245
base: next
Are you sure you want to change the base?
Conversation
Is this ready to be reviewed @segphault ? |
yep, this is ready for review and can be merged if it looks good to everybody. The one part that I'm unsure about is the |
@@ -74,6 +74,7 @@ function Horizon({ | |||
horizon._horizonPath = path | |||
horizon.authEndpoint = authEndpoint | |||
horizon.hasAuthToken = tokenStorage.hasAuthToken.bind(tokenStorage) | |||
horizon.send = sendRequest; |
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.
Maybe name this something scarier like rawRequest
Everything works for me. Only thing is that As well, rather than being a separate Horizon is it going to move to some sort of Also I think the log should be in descending order like the RethinkDB WebGUI. |
…nto ryan_adminui
# Conflicts: # cli/src/serve.js # client/src/index.js # server/package.json # server/src/client.js
This is a first pass at logging the relevant information for the Horizon admin dashboard (#154)
This change is