Always log Runner and Environment ID.
Systematically log the runner id and the environment id by adding the information at the findRunnerMiddleware.
This commit is contained in:
@ -34,8 +34,8 @@ const (
|
||||
|
||||
// The keys for the monitored tags and fields.
|
||||
|
||||
InfluxKeyRunnerID = "runner_id"
|
||||
InfluxKeyEnvironmentID = "environment_id"
|
||||
InfluxKeyRunnerID = dto.KeyRunnerID
|
||||
InfluxKeyEnvironmentID = dto.KeyEnvironmentID
|
||||
InfluxKeyJobID = "job_id"
|
||||
InfluxKeyClientStatus = "client_status"
|
||||
InfluxKeyNomadNode = "nomad_agent"
|
||||
|
Reference in New Issue
Block a user