expose arbitrary user created stats from web service
Reported by Arun Jacob | June 12th, 2009 @ 12:36 AM | in 1.1.0 release
if I ask for http://myqueue/user-statistics, I should get
{ value1: 200, value2: "foobar", value3: 3.22 }
Comments and changes to this ticket
-
David Balatero June 12th, 2009 @ 12:45 AM
- Milestone set to 1.1.0 release
We would track statistics on a per-thread basis -- would it be ok to return:
{ 'thread1' => { 'value1' => 200 }, 'thread2' => { 'value2' => 500 } }
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
This library allows you to write the minimal amount of code to process queue messages. Supports SQS out of the box.