992 B
992 B
HttpRequestsTable
HttpRequestsTable
components render a table 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
<HttpRequestsTable @counters={{counters}} />
See