Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silver-platter
dovecot-exporter
Commits
96783d4f
Commit
96783d4f
authored
Dec 20, 2016
by
Ed Schouten
Browse files
Remove 'session' scraping. Turns out that uses a different format.
parent
63ec0e9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
dovecot_exporter.go
View file @
96783d4f
...
...
@@ -21,7 +21,7 @@ var (
"Whether scraping Dovecot's metrics was successful."
,
[]
string
{
"scope"
},
nil
)
dovecotScopes
=
[
...
]
string
{
"domain"
,
"ip"
,
"session"
,
"user"
}
dovecotScopes
=
[
...
]
string
{
"domain"
,
"ip"
,
"user"
}
)
func
CollectFromReader
(
file
io
.
Reader
,
ch
chan
<-
prometheus
.
Metric
)
error
{
...
...
Write
Preview
Supports
Markdown
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