https://github.com/mikejoh/annotationer
A small script that helps you POST Events via the Graphite API.
https://github.com/mikejoh/annotationer
graphite-api
Last synced: 12 months ago
JSON representation
A small script that helps you POST Events via the Graphite API.
- Host: GitHub
- URL: https://github.com/mikejoh/annotationer
- Owner: mikejoh
- Created: 2016-10-05T19:00:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T18:04:35.000Z (almost 9 years ago)
- Last Synced: 2025-03-13T04:02:25.120Z (about 1 year ago)
- Topics: graphite-api
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# annotationer
A small script that helps you POST Events to the Graphite API. When i wrote this script i had to send a POST-request to two Graphite nodes because we had two servers behind a load balancer and the Event database wasn't mirrored between the nodes.
### Examples
```
$> annotationer.py -ip -w "Something happened" -t "tag1 tag2 tag3"
$> annotationer.py -ip -w "Something happened" -t "tag1 tag2 tag3" -e 1488326400
```