Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

important metrics in stmgr are missing after refactoring #1908

Open
4 of 12 tasks
nlu90 opened this issue May 26, 2017 · 3 comments
Open
4 of 12 tasks

important metrics in stmgr are missing after refactoring #1908

nlu90 opened this issue May 26, 2017 · 3 comments

Comments

@nlu90
Copy link
Member

nlu90 commented May 26, 2017

In the commit 557c980, the stmgr is refactored and some important metrics are omitted.

  • METRIC_DATA_TUPLES_FROM_STMGRS
  • METRIC_ACK_TUPLES_FROM_STMGRS
  • METRIC_FAIL_TUPLES_FROM_STMGRS
  • METRIC_FAIL_TUPLES_FROM_STMGRS
  • METRIC_BYTES_FROM_STMGRS
  • METRIC_DATA_TUPLES_TO_INSTANCES
  • METRIC_BYTES_TO_INSTANCES
  • METRIC_BYTES_FROM_INSTANCES
  • METRIC_DATA_TUPLES_TO_INSTANCES_LOST
  • METRIC_BYTES_TO_INSTANCES_LOST
  • METRIC_TIME_SPENT_BACK_PRESSURE_AGGR
  • METRIC_TIME_SPENT_BACK_PRESSURE_INIT

This is causing problems for monitoring and debugging the stmgr.

@objmagic
Copy link
Contributor

objmagic commented Jul 5, 2017

would like to have these metrics back. It will help us debugging stream manager.

@huijunw
Copy link
Contributor

huijunw commented Jul 7, 2017

how are these metrics collected? I did not find them in the metrics_sinks.yaml/tmaster-metrics-type

@nlu90
Copy link
Member Author

nlu90 commented Jul 10, 2017

@huijunw Those metrics are calculated on the run. You can check the commit I mentioned to see how they are calculated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants