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

docs(statsd) new metrics and flexible configurability #334

Closed
wants to merge 3 commits into from

Conversation

thibaultcha
Copy link
Member

No description provided.

@thibaultcha
Copy link
Member Author

Kong/kong#2090

`response_size` | tracks api response's body size in bytes | kong.\<api_name>.response.size
`latency` | tracks the time interval between the request started and response received from the upstream server | kong.\<api_name>.latency
`status_count` | tracks each status code returned as response | kong.\<api_name>.status.\<status>.count and kong.\<api_name>.status.\<status>.total
`unique_users` | tracks unique users made a request to the api | kong.\<api_name>.user.uniques
Copy link
Contributor

Choose a reason for hiding this comment

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

tracks unique users who made a request to the api

@shashiranjan84 shashiranjan84 added the blocked:kong Issues/PRs waiting on Kong PRs to merge before it can be solved label Apr 18, 2017
@shashiranjan84
Copy link
Contributor

Blocked by Kong/kong#2400

@shashiranjan84
Copy link
Contributor

Closing this to open a new one against 0.11.0

lena-larionova pushed a commit that referenced this pull request Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked:kong Issues/PRs waiting on Kong PRs to merge before it can be solved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants