{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 ~}} Vault Usage Metrics This dashboard surfaces Vault client usage over time. Documentation is available here. Date queries are sent in UTC. {{#if this.showExportButton}} {{/if}} {{#if this.showExportModal}} Export activity data {{#if this.exportChartData.isRunning}}

Your export request is being processed. This may take some time; please do not navigate away from this page.

{{else}}

This file will include an export of the clients that had activity within the date range below. See the activity export documentation for more details.

SELECTED DATE {{if this.formattedEndDate " RANGE"}}

{{this.formattedStartDate}} {{if this.formattedEndDate "-"}} {{this.formattedEndDate}}

Export format {{/if}} {{#if this.downloadError}} CSV export failed {{this.downloadError}} {{/if}}
{{#if @upgradesDuringActivity}} Data contains {{pluralize @upgradesDuringActivity.length "upgrade"}}:
    {{#each @upgradesDuringActivity as |upgrade|}}
  • {{upgrade.version}} {{this.parseAPITimestamp upgrade.timestampInstalled "(MMM d, yyyy)"}}
  • {{/each}}
Visit our Client count FAQ for more information.
{{/if}}
{{/if}}