Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A typical metric stream should contain multiple metrics with different names. More often, these metrics are grouped in one semantic category, say JMX metric, system metric.
  • Multiple monitoring rules are required based on different metric name/type.
  • CEP logic becomes more and more complex when user needs to do stream separation and join(need using pattern match).
  • Un-named stream make the data flow logically route from spout to all next elements. Though the grouping helps here, with named stream, we could make route for the different metrics.

...