## HttpRequestsDropdown HttpRequestsDropdown components are used to render a dropdown that filters the HttpRequestsBarChart. | 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** ```js ``` **See** - [Uses of HttpRequestsDropdown](https://github.com/hashicorp/vault/search?l=Handlebars&q=HttpRequestsDropdown+OR+http-requests-dropdown) - [HttpRequestsDropdown Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/http-requests-dropdown.js) ---