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

MetricsIngestService publish also as SPL tuple. #114

Closed ddebrunner closed 5 years ago

ddebrunner commented 6 years ago

The MetricsIngestService takes an SPL tuple converts it to JSON and publishes it.

Then MetricMonitorService takes that JSON and converts it back to a tuple with its original schema.

Why not simply have the MetricsIngestService publish as both JSON and SPL?