grafana - Posting graphite events to Hosted Graphite -


i'm using hosted graphite , trying add deploy events grafana dashboard. first attempted use method described here.

the metric added graphite simple line @ end of deploy script:

echo "$hostedgraphite_api_key.events.$environment.api.deploy 1" \   | nc -uw0 carbon.hostedgraphite.com 2003 

i can show data points in simple graph, using annotations feature "regular metric query" doesn't seem adding graphs.

i'm more interested in using real events, based on: http://obfuscurity.com/2014/01/graphite-tip-a-better-way-to-store-events. should allow tag event with, example, commit hash or git tag. unfortunately, can't find in hosted graphite documentation how these data graphite. can't find in graphite docs.

despite lack of docs, tried posting few endpoints, hoping lucky. of these returned 404:

https://${hostedgraphite_api_key}@www.hostedgraphite.com/api/v1/events https://${hostedgraphite_api_key}@www.hostedgraphite.com/api/v1/sink/events https://${hostedgraphite_api_key}@www.hostedgraphite.com/xxxxxx/graphite/events 

where xxxxxx path prefix have when accessing graphite dashboard @ /xxxxxx/graphite/dashboard.

i tried contacting hosted graphite support "support" link seems go nowhere.

hosted graphite employee here.

update: support graphite events , annotations now: http://docs.hostedgraphite.com/advanced/annotations-and-events.html

we don't support events, in development. reason there no mention of functionality in our documentation. support annotations based on metrics.

which support link didn't work you? i'll fixed :)

you can email @ support+so@ or on twitter, discovered.

i'm sorry don't have better solution tagging deploys right ( it's want able too) should available soon.

please in touch via email if there's else can with.

e

edit: we're using intercom support, have noscript/disconnect might stop working?


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -