Fork me on GitHub
#ring-swagger
<
2016-10-20
>
abarylko17:10:20

@jstokes I’m looking into the reporters from Metrics… you prefer influxdb over graphite right?

jstokes18:10:41

@abarylko we use influxdb to store the metrics, graphite for display

abarylko18:10:39

I thought that influxdb and graphite both could store data and then Grafana will import it

abarylko18:10:15

@jstokes are you using the metrics-clojure-influxdb reporter?

jstokes18:10:16

No, a service (sensu in this case) polls the application for metrics

abarylko22:10:40

@jstokes do the default metrics include calls per endpoint? or do you have to implement that yourself?

jstokes22:10:40

@abarylko I believe you would need to instrument that yourself

jstokes22:10:10

You get metrics around broken down by HTTP method, but not endpoint

abarylko22:10:16

cool, thanks a lot @jstokes !