Files
2012-02-21 01:15:00 -05:00

1 line
3.3 KiB
JSON

[{"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306521321.2352369, "message": "I've created a service api in node that I'm using through an iOS app. I want to track the api calls and be able to get analytics on each of the calls. Does anybody know a library that work would for that?", "group_id": 1020, "id": 1207756}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306521354.0598519, "message": "I'm using log.js right now to save to a file, but I'd like a lib that aggregates and searches logs as well", "group_id": 1020, "id": 1207760}, {"user_id": 7080, "stars": [], "topic_id": 37084, "date_created": 1306524029.594847, "message": "what type of analytics?", "group_id": 1020, "id": 1208104}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306565938.038204, "message": "Something like google analytics, but for the server", "group_id": 1020, "id": 1211557}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306565955.071152, "message": "Api Requests per hour, top params (search terms)", "group_id": 1020, "id": 1211558}, {"user_id": 7080, "stars": [], "topic_id": 37084, "date_created": 1306622595.303597, "message": "You could try logstash on your access.logs.", "group_id": 1020, "id": 1214880}, {"user_id": 7080, "stars": [], "topic_id": 37084, "date_created": 1306622727.4630439, "message": "I have them outputting to a redis channel, then another program subscribes to the channel and collects stats. Logstash works with other protocols too, like amqp, mongodb and stomp.", "group_id": 1020, "id": 1214893}, {"user_id": 7080, "stars": [], "topic_id": 37084, "date_created": 1306622809.8563859, "message": "But I'm considering open sourcing a program I wrote that rolls logs for response times and req/sec. It has a web frontend and is written in node.", "group_id": 1020, "id": 1214900}, {"user_id": 960, "stars": [], "topic_id": 37084, "date_created": 1306624834.5944009, "message": "I know the guys over at Mashery. They provide API analytics if you want to offload that part to someone else. Not sure if it'd be a one-to-one fit if you want event-based logging though.", "group_id": 1020, "id": 1215105}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306695634.900857, "message": "just stumbled across this: http://projects.nuttnet.net/hummingbird/ going to see if I can use it for what I'm looking for", "group_id": 1020, "id": 1219363}, {"user_id": 34623, "stars": [], "topic_id": 37084, "date_created": 1306754654.4581261, "message": "hay", "group_id": 1020, "id": 1226338}, {"user_id": 32812, "stars": [], "topic_id": 37084, "date_created": 1306856702.358798, "message": "statsd + graphite ?", "group_id": 1020, "id": 1238323}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306908603.8170879, "message": "Statsd looks very promising", "group_id": 1020, "id": 1250267}, {"user_id": 275, "stars": [{"date_created": 1320249634.50069, "user_id": 33563}], "topic_id": 37084, "date_created": 1307711790.100137, "message": "I wrote a statsd client for node: https://github.com/sivy/node-statsd", "group_id": 1020, "id": 1360628}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1307777860.2776411, "message": "I ended up using loggly (http://loggly.com/) It's free for < 200mb of logs and there is a node client to send data to it.", "group_id": 1020, "id": 1369105}]