Questions tagged [librato]

Librato is a cloud platform for real-time operations analytics that accepts metrics from any source for real-time aggregation and transformation, anomaly detection, alerting, visual analysis and storage.

20 questions
0
votes
2 answers

Adding a Source to Librato Data When Sending through Segment

I am trying to figure out how to add a source to a metric in Librato when sending the information via Segment. I am using the python library and have tried creating a property for source (below) but it doesn't seem to be working properly. Here's…
Meaghan Fitzgerald
  • 2,829
  • 2
  • 16
  • 22
0
votes
1 answer

Log changes to a model with Librato

I have a Devise model: class Account < ActiveRecord::Base devise ::trackable I'd like to see the number of times an Account is created and signed in to, in Librato.
davetapley
  • 17,000
  • 12
  • 60
  • 86
0
votes
1 answer

Librato > Composite Metrics: Subtract two meters

I have two different meters reporting values: Meter A: Items looked up against data store Meter B: Items returned from data store I want my chart to also have a composite metric that just tracks the difference between these two values for easy…
Rich
  • 2,805
  • 8
  • 42
  • 53
0
votes
1 answer

How to configure collectd-snmp to poll a router?

I am trying to use a Raspberry Pi to poll the interface MIB (IF:MIB) of a TP-LINK router and then send the metrics to Librato. Setting up collectd and integrating it with Librato is no problem at all - I am successfully tracking other metrics (cpu,…
Nik
  • 39
  • 1
  • 6
0
votes
1 answer

Add Librato Annotation on Heroku Deployment

Is there an easy way to add a post-deploy command to a Heroku push/deploy which will add a corresponding annotation to Librato? (I'm using Rails if it makes a difference) I'm currently looking at doing so by combining Heroku HTTP POST hooks with…
Pete Hamilton
  • 7,730
  • 6
  • 33
  • 58
1
2