#148 Add stage to influx monitoring.

This commit is contained in:
Maximilian Paß
2022-06-21 15:09:36 +02:00
parent 22620985bc
commit a4d13fb8cb
4 changed files with 7 additions and 1 deletions

View File

@ -58,6 +58,7 @@ var (
Token: "",
Organization: "",
Bucket: "",
Stage: "",
},
}
configurationFilePath = "./configuration.yaml"
@ -127,6 +128,7 @@ type InfluxDB struct {
Token string
Organization string
Bucket string
Stage string
}
// configuration contains the complete configuration of Poseidon.