IBMStreams / streamsx.monitoring

The com.ibm.streamsx.monitoring toolkit provides capabilities to create applications that monitor IBM Streams and its applications.
https://ibmstreams.github.io/streamsx.monitoring/
Other
5 stars 5 forks source link

Overview documentation for what is domain/instance is monitored. #124

Closed ddebrunner closed 4 years ago

ddebrunner commented 6 years ago

For JobSource and MetricsSource there needs to be overview documentation as to how the JMX connection is setup using the operator parameters. At the moment each parameter is described individually and it's hard to figure out what needs to be setup to monitor something that is not the current instance.

ddebrunner commented 6 years ago

Maybe sslOption is another parameter that is impacted by this, since the default is only set if the domainId is matching the current domain.

ddebrunner commented 6 years ago

At least having these common patterns documented with examples would be helpful.

  1. Monitoring the same domain and instance as where the monitoring code is running.
  2. Monitoring the same domain but different instance from the monitoring code is running.
  3. Monitoring the a different domain and different instance from where the monitoring code is running.

Especially for Streaming Analytics, how do i get connectionURL, sslOption, domainid etc. in case 3.

markheger commented 5 years ago