buildgolang.org/x/build/internal/influx Index | Files

package influx

import "golang.org/x/build/internal/influx"

Package influx provides common constants for setting up and access the performance monitoring InfluxDB instance.

Index

Constants

const (
	// Org is the Influx organization name.
	Org = "golang"

	// Bucker is the Influx bucket name.
	Bucket = "perf"
)
const (
	AdminPassSecretName   = "influx-admin-pass"
	AdminTokenSecretName  = "influx-admin-token"
	ReaderPassSecretName  = "influx-reader-pass"
	ReaderTokenSecretName = "influx-reader-token"
)

The names of the password/token secrets in Google Secret Manager.

Source Files

influx.go

Version
v0.0.0-20250421191922-3619c213cff3 (latest)
Published
Apr 21, 2025
Platform
linux/amd64
Last checked
3 months ago

Tools for package owners.