mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-22 11:11:26 +01:00
* Add current_billing_period activity endpoint param This commit introduces a new parameter: `current_billing_period`, which can be used in lieu of `start_time` and `end_time` options. GET ... /sys/internal/counters/activity?current_billing_period=true now results in a response which contains the full billing period information. * changelog * Update internal counters docs