Change Influx field name for the startup duration

due to a currently not resolvable type mismatch.
This commit is contained in:
Maximilian Paß
2022-08-10 19:49:00 +02:00
committed by Sebastian Serth
parent 021530d5a7
commit 9677253b35
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ const (
InfluxKeyRunnerID = "runner_id"
InfluxKeyEnvironmentID = "environment_id"
InfluxKeyDuration = "duration"
InfluxKeyStartupDuration = "startup_" + InfluxKeyDuration
influxKeyEnvironmentPrewarmingPoolSize = "prewarming_pool_size"
influxKeyRequestSize = "request_size"
)