Change Influx field name for the startup duration
due to a currently not resolvable type mismatch.
This commit is contained in:

committed by
Sebastian Serth

parent
021530d5a7
commit
9677253b35
@ -34,6 +34,7 @@ const (
|
||||
InfluxKeyRunnerID = "runner_id"
|
||||
InfluxKeyEnvironmentID = "environment_id"
|
||||
InfluxKeyDuration = "duration"
|
||||
InfluxKeyStartupDuration = "startup_" + InfluxKeyDuration
|
||||
influxKeyEnvironmentPrewarmingPoolSize = "prewarming_pool_size"
|
||||
influxKeyRequestSize = "request_size"
|
||||
)
|
||||
|
Reference in New Issue
Block a user