Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make bytes optional #67

Merged
merged 6 commits into from
Dec 7, 2015
Merged

Make bytes optional #67

merged 6 commits into from
Dec 7, 2015

Conversation

rgs1
Copy link
Collaborator

@rgs1 rgs1 commented Dec 4, 2015

No description provided.

Signed-off-by: Raul Gutierrez Segales <rgs@itevenworks.net>
We have a use case in which we only care about the number of requests,
but not the total sizes. This makes this accounting optional.

The next step is to wire this up from stats_daemon.py.
@rgs1 rgs1 force-pushed the make-bytes-optional branch 2 times, most recently from 2ed0805 to 313843a Compare December 4, 2015 23:38
This new flag is useful when you want to reduce the number
of exported metrics via /json/paths. With it, only number
of requests per path and type will be exported.
@rgs1 rgs1 force-pushed the make-bytes-optional branch 4 times, most recently from 3026032 to a8cba47 Compare December 5, 2015 01:06
Some requests have no paths associated (i.e.: Connect). While
others might have multiple paths (i.e.: SetWatches). For
consistency, if the path is not set treat it as /.
Signed-off-by: Raul Gutierrez Segales <rgs@itevenworks.net>
chchen pushed a commit that referenced this pull request Dec 7, 2015
@chchen chchen merged commit 8f8aa72 into twitter:master Dec 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants