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

Add metric kind to Notification. #15

Closed ddebrunner closed 7 years ago

ddebrunner commented 7 years ago

Metric kind is a key piece of information for a generic tool.

m-kotowski commented 7 years ago

+1

I will also add metricType, which can be, for example, "system" or "custom".

Metrics that are created with spl.utility::createCustomMetric(), return "unknown" as metric kind. Only system and operator metrics that are specified during compile-time, return counter, gauge, or time.

m-kotowski commented 7 years ago

This enhancement is available in the master branch. Reopen if needed.