Skip to content

Instantly share code, notes, and snippets.

@ampledata
Last active June 9, 2017 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ampledata/e8ea5276b472d9b2a78f20b48af7b2fd to your computer and use it in GitHub Desktop.
Save ampledata/e8ea5276b472d9b2a78f20b48af7b2fd to your computer and use it in GitHub Desktop.
Librato Client
#!/usr/bin/env python
import librato
librato_api = librato.connect('xxx', 'yyy')
librato_api.submit('hello.world', 1234, description='Hello World')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment