Skip to content

Design and implement dashboard summary statistics panel(s) #1241

@brylie

Description

@brylie

Related to feedback received while working on #1040, our UI mockups contain a 'summary statistics' panel. Design and implement the 'summary statistics' panel(s) on the dashboard, including:

  • number of requests displayed /
  • total count of requests
  • percentage of successful requests
  • average response time (probably using mode, as opposed to mean)
  • number of unique users who have called the API(s)

Wireframe

apinf analytics charts

References

For the 'average response time' panel, the mode is suggested based on the observation that response time data is skewed, e.g. it 'leans to the left'. For skewed data, the mode will give a better estimation of the center than the mean, .

See: Wikipedia - Skewness
positive and negative skew

mean, median, and mode with relation to normal and skewed curves

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions