Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-workhorse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-workhorse
Commits
b37097c9
Commit
b37097c9
authored
May 05, 2017
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'Injecter' is a better label name
parent
70154cc5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
internal/senddata/senddata.go
internal/senddata/senddata.go
+3
-3
No files found.
internal/senddata/senddata.go
View file @
b37097c9
...
...
@@ -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
hijack
ers"
,
Help
:
"How many bytes have been written by workhorse senddata response
inject
ers"
,
},
[]
string
{
"
name
"
},
[]
string
{
"
injecter
"
},
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment