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

refactor prometheus metrics #347

Merged
merged 2 commits into from
Nov 8, 2017
Merged

refactor prometheus metrics #347

merged 2 commits into from
Nov 8, 2017

Conversation

mthenw
Copy link
Contributor

@mthenw mthenw commented Nov 8, 2017

This PR adds more metrics exposed to Prometheus. List of all metrics:

  • gateway_router_dropped_events_total - Dropped events due to insufficient processing power.
  • gateway_router_backlog_events - Gauge of events count waiting to be processed by the router.
  • gateway_router_event_processing_seconds - Bucketed histogram of processing duration of an event in the router. From receiving the event to calling a function.
  • gateway_config_request_duration_seconds - Bucketed histogram of request duration of config API requests.

@mthenw mthenw merged commit 7d34ccd into master Nov 8, 2017
@mthenw mthenw deleted the refactor-prom branch November 8, 2017 14:32
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.

1 participant