Librato
Annotation
- class kingpin.actors.librato.Annotation(*args, **kwargs)[source]
Librato Annotation Actor
Posts an Annotation to Librato.
Options
- Title:
The title of the annotation
- Description:
The description of the annotation
- Name:
Name of the metric to annotate
Examples
{ "actor": "librato.Annotation", "desc": "Mark our deployment", "options": { "title": "Deploy", "description": "Version: 0001a", "name": "production_releases" } }
Dry Mode
Currently does not actually do anything, just logs dry mode.