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

Track ingress stats #599

Merged
merged 1 commit into from
Jun 3, 2016
Merged

Track ingress stats #599

merged 1 commit into from
Jun 3, 2016

Conversation

nathanielc
Copy link
Contributor

@nathanielc nathanielc commented Jun 2, 2016

Track ingress stats. Fixes #416

Kapacitor now counts all points received independent of a task listening for the data.
This helps debug issues with Kapacitor subscriptions etc.

There are three ways to access these stats:

  1. Via the API at /debug/vars
  2. Via the _kapacitor internal db
  3. Via the cli kapacitor stats ingress

NOTE: Since there can be multiple task_masters internal to Kapacitor for recordings/replays etc, the stats tagged with task_master=main are the stats for normal operation.

  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated

@nathanielc nathanielc force-pushed the nc-issue#416 branch 2 times, most recently from 63c1ceb to 84006f1 Compare June 3, 2016 15:12
@nathanielc nathanielc merged commit d3fa807 into master Jun 3, 2016
@nathanielc nathanielc deleted the nc-issue#416 branch June 3, 2016 15:15
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