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

Remove statsd exporter usage completely once Enovy stats endpoint supports histograms #2

Open
tiffanyfay opened this issue Nov 7, 2018 · 0 comments

Comments

@tiffanyfay
Copy link

tiffanyfay commented Nov 7, 2018

Here's some Envoy histogram support that was merged: envoyproxy/envoy#3130 (review)

Envoy emits three types of values as statistics:
Counters: Unsigned integers that only increase and never decrease. E.g., total requests.
Gauges: Unsigned integers that both increase and decrease. E.g., currently active requests.
Histograms: Unsigned integers that are part of a stream of values that are then aggregated by the collector to ultimately yield summarized percentile values. E.g., upstream request time.

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

No branches or pull requests

1 participant