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

Allow MetricIngestService to use other `emitTupleValue` options. #127

Closed ddebrunner closed 5 years ago

ddebrunner commented 6 years ago

Would like to use (through a submission parameter):

emitMetricValue: periodic;
markheger commented 5 years ago

Java operators enum types parameter values can not be set as SPL submission parameter. A change to string type solves this problem. Since microservice defaults are set, the impact is minimal of toolkit version 2.0 compatibliity break.