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

MetricsSource supports application configuration #24

Closed m-kotowski closed 7 years ago

m-kotowski commented 7 years ago

Credentials or other application configuration can change during the lifetime of a job. Streams offers application configuration objects to store such information in Apache ZooKeeper in an encoded state.

The following MetricsSource parameters are candidates to be stored in application configuration objects:

Using application configuration objects stands in contrast to issue #18 because this feature is available since Streams v4.2 only.

ddebrunner commented 7 years ago

The iot toolkit supports application config and supports 4.1 or later, but just using the application configs from SPL.

Though technically it should be possible in Java to see if app configs exist, and if not don't use them.

m-kotowski commented 7 years ago

Following features will be implemented:

m-kotowski commented 7 years ago

Delivered with the following commits: commit 1, commit 2