Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.02 KB

http-requests-bar-chart.md

File metadata and controls

22 lines (14 loc) · 1.02 KB

HttpRequestsBarChart

HttpRequestsBarChart components are used to render a bar chart with the total number of HTTP Requests to a Vault server per month.

Param Type Default Description
counters Array A list of objects containing the total number of HTTP Requests for each month. counters should be the response from the /internal/counters/requests endpoint.

Example

<HttpRequestsBarChart @counters={{counters}} />

See