← Back to team overview

graphite-dev team mailing list archive

Re: [Question #235476]: Graphing HTTP Response Codes?

 

Question #235476 on Graphite changed:
https://answers.launchpad.net/graphite/+question/235476

Ray Sanders posted a new comment:
I think I may have this sorted out.

With this in my logstash-shipper.conf:

 statsd {
        host => "127.0.0.1"
        port => 8123
        increment => "apache.response.%{status}"
        }


I was expecting Graphite to place this in the left menu as apache.response.[status code]

Instead, the data appeared in
stats_counts.Logstash.domainname.apache.response.[status code]

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.