You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/billing/doc.go

10 lines
384 B

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// Package billing provides usage numbers that can be used for
// billing purposes. The currently supported metric is monthly
// active users. A user is considered active within a month
// if they have at least one issued auth token within the time
// range of the start and end of a given month.
package billing