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

collect: Instrument aggregation stats for http post timings #1149

Merged
merged 1 commit into from
Jul 9, 2015

Conversation

kylebrandt
Copy link
Member

Also updated the AggregateMeta function

descCollectPostError = "Counter of errors received when sending a batch to the server."
descCollectPostBad = "Counter of HTTP POST requests where resp.StatusCode != http.StatusNoContent."
descCollectPostRestore = "Counter of data points restored from batches that could not be sent to the server."
descCollectDropped = "Counter of dropped data points due to the queue being full."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we touched this block, can we alphabetize the constants?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@captncraig Can do that, but can that be added somewhere? style guide, contributing etc

@captncraig
Copy link
Contributor

lgtm

Also updated the AggregateMeta function
kylebrandt added a commit that referenced this pull request Jul 9, 2015
collect: Instrument aggregation stats for http post timings
@kylebrandt kylebrandt merged commit 6d40020 into master Jul 9, 2015
@kylebrandt kylebrandt deleted the instCollectPost branch August 7, 2015 17:37
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.

2 participants