Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Add metrics chart display recommendations #31

Merged
merged 3 commits into from
Aug 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this for? :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mac computers create these little metadata files and they get annoying

16 changes: 16 additions & 0 deletions services/design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Services

## Metrics

![service metrics page](img/service-metrics.png)
- Service metrics charts are grouped by the metric that they represent and displayed on cards next to one another.
- Chart legends are visible below the charts as well as by hovering over the graph.
- The height of each pair of charts should be matched so thh
- Adding the option to show different percentiles into the settings dropdown would effectively enable people to replicate the hiding and showing feature of the legend for every graph at once rather than one at a time.
- Charts should be displayed at a fixed height, but if this is not possible/practical both charts in each pair should have the same height.

### Expanded Metrics Chart
![expanded metrics chart](img/service-metrics-expanded.png)
- Clicking the `expand` action on a given chart expands it to the full with of the page and displays the chart legend.
- The `collapse` action returns the user to the full list of charts. Leaving the page and returning should also display the full list.
- Clicking on items in the legend would hide and show individual lines on the graph.
Binary file added services/img/service-metrics-expanded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added services/img/service-metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.