Commit b37097c9 authored by Jacob Vosmaer's avatar Jacob Vosmaer

'Injecter' is a better label name

parent 70154cc5
......@@ -14,14 +14,14 @@ var (
Name: "gitlab_workhorse_senddata_responses",
Help: "How many HTTP responses have been hijacked by a workhorse senddata injecter",
},
[]string{"name"},
[]string{"injecter"},
)
sendDataResponseBytes = prometheus.NewCounterVec(
prometheus.CounterOpts{
Name: "gitlab_workhorse_senddata_response_bytes",
Help: "How many bytes have been written by workhorse senddata response hijackers",
Help: "How many bytes have been written by workhorse senddata response injecters",
},
[]string{"name"},
[]string{"injecter"},
)
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment