File: counters.go

package info (click to toggle)
golang-github-openfga-go-sdk 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,012 kB
  • sloc: makefile: 13
file content (10 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
package telemetry

const (
	METRIC_COUNTER_CREDENTIALS_REQUEST string = "fga-client.credentials.request"
)

var CredentialsRequest = &Counter{
	Name:        METRIC_COUNTER_CREDENTIALS_REQUEST,
	Description: "The total number of times new access tokens have been requested using ClientCredentials.",
}