Actually remove prefix.
This commit is contained in:
parent
5542c6f3ff
commit
b83dc1c631
|
@ -185,7 +185,7 @@ module Travis::Api
|
||||||
Travis.config.librato.token,
|
Travis.config.librato.token,
|
||||||
Travis.config.librato_source
|
Travis.config.librato_source
|
||||||
on_error = proc {|ex| puts ex.message}
|
on_error = proc {|ex| puts ex.message}
|
||||||
Metriks::LibratoMetricsReporter.new(email, token, source: source, prefix: prefix, on_error: on_error).start
|
Metriks::LibratoMetricsReporter.new(email, token, source: source, on_error: on_error).start
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user