Add backend conn stats JSON REST API and UI support#10
Conversation
80ca48f to
97785b3
Compare
web.go
Outdated
There was a problem hiding this comment.
I am using these reflection hacks for now, but I'll talk with the project maintainers about customising their oxy fork to expose the totalConnections field (and maybe add more stats). Not sure what they're planning to do with that fork, considering that the maintainers of vulcand/oxy aren't very responsive.
There was a problem hiding this comment.
just FYI, I noticed a while back their vendored oxy is different than the main oxy so I think they're already doing some customization.
There was a problem hiding this comment.
Indeed, I can send them a PR for that lib too, but let's first see if they're interested in it and if they want any changes in the design. Before I send them the PR, I was hoping to get it running in our system to make sure everything is fine. There are loads of moving pieces...
97785b3 to
2915907
Compare
|
LGTM |
This adds the connection stats JSON REST API and the UI for visualising the data. Sample: https://media.giphy.com/media/xUPGcITQd0LHupfPYk/giphy.gif