Documentation
¶
Overview ¶
Package influx provides common constants for setting up and access the performance monitoring InfluxDB instance.
Index ¶
Constants ¶
View Source
const ( // Org is the Influx organization name. Org = "golang" // Bucker is the Influx bucket name. Bucket = "perf" )
View Source
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.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.