open-vault/ui/stories/http-requests-container.md

1.1 KiB

HttpRequestsContainer

The HttpRequestsContainer component is the parent component of the HttpRequestsDropdown, HttpRequestsBarChart, and HttpRequestsTable components. It is used to handle filtering the bar chart and table according to selected time window from the dropdown.

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

<HttpRequestsContainer @counters={counters}/>

See