-
-
Notifications
You must be signed in to change notification settings - Fork 777
Open
Labels
Milestone
Description
#4310 made a lot of improvements to the instrumentation and metrics code. This means we now have instrumentation and metrics in place for most of the critical code paths.
This will provide us and users with a much better insight into workings of a StackStorm cluster.
Having said that, there are still places for which we don't have any instrumentation and we should improve that in the future:
- Sensors (number of running sensors, number of emitted trigger instances by a particular sensor)
- Timers (number of active timers, number of active timers per timer / trigger type, timer information for emitting trigger instance inside a timer)
- Stream service (current number of open connections)
- All api services (request size, response sizes - gauge)