Tagged Questions
2
votes
0answers
130 views
Highly-available, Web-accessible and scalable deployment of statsd and graphite
I'd like to setup statsd/graphite so that I can log JS apps running on HTML devices (ie. not in a contained LAN environment, and possibly with a large volume of incoming data that I don't directly ...
1
vote
1answer
508 views
Statsd, Graphite and graphs
I've setup Graphite and statsd and both are running well. I'm using the example-client.py from graphite/examples to measure load values and it's OK.
I started doing tests with statsd and at first it ...
0
votes
1answer
78 views
how to write a script in statsD to insert metrics information in graphite
Can anyone please guide me about how to write scripts for statsD & see the metric in Graphite.
I am getting the graphs for the default scripts run by statsd to graphite i.e Cpu usage etc
but i ...
2
votes
0answers
112 views
How does one publish statsd stats for consumption by graphite?
We're just now getting to grips with statsd+graphite, and we (think we) want to look at graphs sliced differently. For example, say we have a website foo that is multi-tenanted to 3 customers and ...
2
votes
2answers
592 views
Graphite is plotting increments from Logstash in float
I was trying to mimic this logstash.net/docs/1.1.0/tutorials/metrics-from-logs
I have following setup
nginx(app server) ==sends the increment==>Etsy statsD=====>Graphite
This setup is working fine ...