Skip to content

handler LibratoHandler

Rob Smith edited this page Apr 30, 2014 · 6 revisions

LibratoHandler

Librato is an infrastructure software as a service company dedicated to delivering beautiful, easy to use tools that make managing your operations more fun and efficient.

Dependencies

Configuration

Enable this handler

  • handlers = diamond.handler.libratohandler.LibratoHandler,

  • user = LIBRATO_USERNAME

  • apikey = LIBRATO_API_KEY

  • queue_max_size = [optional | 300] max measurements to queue before submitting

  • queue_max_interval [optional | 60] @max seconds to wait before submitting For best behavior, be sure your highest collector poll interval is lower than or equal to the queue_max_interval setting.

  • include_filters = [optional | '^.'] A list of regex patterns. Only measurements whose path matches a filter will be submitted. Useful for limiting usage to only desired measurements, e.g. include_filters = "^diskspace...byte_avail$", "^loadavg.01" include_filters = "^sockets.", ^ note trailing comma to indicate a list

Options - Generic Options

Setting Default Description Type
apikey str
get_default_config_help get_default_config_help
include_filters ^.*, list
queue_max_interval 60 int
queue_max_size 300 int
server_error_interval 120 How frequently to send repeated server errors int
user str

This file was generated from the python source

Please edit the source to make changes

Clone this wiki locally