Last active
June 9, 2017 17:09
-
-
Save ampledata/e8ea5276b472d9b2a78f20b48af7b2fd to your computer and use it in GitHub Desktop.
Librato Client
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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