We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e89e9f commit 48664d6Copy full SHA for 48664d6
lib/travis/api/app.rb
@@ -185,16 +185,7 @@ def self.setup_monitoring
185
186
Travis::LogSubscriber::ActiveRecordMetrics.attach
187
Travis::Notification.setup(instrumentation: false)
188
-
189
- # Travis::Metrics.setup from sf-te, does this conflict with the setup below?
190
191
- if Travis.config.librato
192
- email, token, source = Travis.config.librato.email,
193
- Travis.config.librato.token,
194
- Travis.config.librato_source
195
- on_error = proc {|ex| puts "librato error: #{ex.message} (#{ex.response.body})"}
196
- Metriks::LibratoMetricsReporter.new(email, token, source: source, on_error: on_error).start
197
- end
+ Travis::Metrics.setup
198
end
199
200
def self.load_endpoints
0 commit comments