apache / incubator-heron

Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter
https://heron.apache.org/
Apache License 2.0
3.65k stars 597 forks source link

Display back_pressure metrics on heron-ui #1504

Open maosongfu opened 7 years ago

maosongfu commented 7 years ago

Steps are:

  1. Send back_pressure metrics to TMaster, which feeds data for heron-tracker and heron-ui
  2. Display those metrics in UI.
maosongfu commented 7 years ago

step 1 is solved: #1503

objmagic commented 7 years ago

need to add an API that returns back pressure info in heron-tracker. i can help on this.