Skip to content

Commit

Permalink
Fixup broken Datadog metric message
Browse files Browse the repository at this point in the history
  • Loading branch information
eversC committed Apr 29, 2019
1 parent bcda3ba commit 0a3bd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rotate/rotatekeys.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ func postMetric(keys []keys.Key, apiKey string, datadog config.Datadog) (err err
`"environment:` + datadog.MetricEnv + `",` +
`"key:` + key.Name + `",` +
`"provider:` + key.Provider.Provider + `",` +
`"status:"` + key.Status + `","` +
`"status:` + key.Status + `","` +
`"account:` + key.Account +
`"]}]}`)
var req *http.Request
Expand Down

0 comments on commit 0a3bd4c

Please sign in to comment.