Skip to content
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

Allow Admin users to see Admin API analytics on the Dashboard #1751

Closed
brylie opened this issue Oct 11, 2016 · 3 comments · Fixed by #1752
Closed

Allow Admin users to see Admin API analytics on the Dashboard #1751

brylie opened this issue Oct 11, 2016 · 3 comments · Fixed by #1752
Assignees

Comments

@brylie
Copy link
Contributor

brylie commented Oct 11, 2016

Currently, there is no way for Admin users to view usage statistics about the Admin API. This may be useful for diagnostic purposes, such as detecting performance bottlenecks.

Add an option to the Select API dropdown, that only Admin users can see, so that we can display analytics from the /api-umbrella/ endpoint on the dashboard:

screenshot_20161011_104652

Example code

<!-- Admin API -->
<optgroup label="Admin" >
  <option value="/api-umbrella" >
    Admin API
  </option>
</optgroup>
@brylie
Copy link
Contributor Author

brylie commented Oct 11, 2016

Ping @frenchbread

@frenchbread frenchbread self-assigned this Oct 11, 2016
@bajiat bajiat added the ready label Oct 11, 2016
@bajiat
Copy link
Contributor

bajiat commented Oct 11, 2016

@frenchbread What is your estimate for this?

@frenchbread
Copy link
Contributor

@bajiat Done, pushing the code..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants