Librato
ENTERPRISE: Built-in integrations are available for Sensu Enterprise users only.
Overview
Send metrics to Librato Metrics using the HTTP API.
Configuration
Example(s)
The following is an example global configuration for the librato
enterprise
handler (integration).
{
"librato": {
"email": "support@example.com",
"api_key": "90SHpjPOFqd2YJFIX9rzDq7ik6CiDmqu2AvqcXJAX3buIwcOGqIOgNilwKMjpStO"
}
}
Integration Specification
librato
attributes
The following attributes are configured within the {"librato": {} }
configuration scope.
description | The Librato account email. |
required | true |
type | String |
example |
|
api_key | |
---|---|
description | The Librato account API key. |
required | true |
type | String |
example |
|
http_proxy | |
---|---|
description | The URL of a proxy to be used for HTTP requests. |
required | false |
type | String |
example |
|