...
Custom Error LoggersJira server Anotheria.net OpenSource JIRA serverId d2cae391-b787-32d7-99e4-45cd0e9996e3 key MSK-473
Allow custom thresholdsJira server Anotheria.net OpenSource JIRA serverId d2cae391-b787-32d7-99e4-45cd0e9996e3 key MSK-472
Presentation of charts differ on accumulators page and on producers pageJira server Anotheria.net OpenSource JIRA serverId d2cae391-b787-32d7-99e4-45cd0e9996e3 key MSK-474
Automatically create accumulators for producers meeting a pattern:Jira server Anotheria.net OpenSource JIRA serverId d2cae391-b787-32d7-99e4-45cd0e9996e3 key MSK-475
example to create an accumulator for every XXXService:Code Block "@autoAccumulators": [ { "namePattern": "$PRODUCERNAME.REQ.1m", "producerNamePattern": "(.*)Service", "statName": "cumulated", "valueName": "req", "intervalName": "1m", "timeUnit": "MILLISECONDS", "accumulationAmount": 0 }, ... }
Show Thresholds thresholds in charts on Accumulators page when available and enabled.Jira server Anotheria.net OpenSource JIRA serverId d2cae391-b787-32d7-99e4-45cd0e9996e3 key MSK-479
Show Thresholds thresholds in charts on dashboardsDashboards page.Jira server Anotheria.net OpenSource JIRA serverId d2cae391-b787-32d7-99e4-45cd0e9996e3 key MSK-480
New built-in tags: url and server nameJira server Anotheria.net OpenSource JIRA columns key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution serverId d2cae391-b787-32d7-99e4-45cd0e9996e3 key MSK-482
Show thresholds in charts on Producers page.Jira server Anotheria.net OpenSource JIRA columns key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution serverId d2cae391-b787-32d7-99e4-45cd0e9996e3 key MSK-481
2.8.6 18 FEB 2018
Fixed java.lang.StackOverflowError which occurs during open Show Journey/Show Journey call pages if journey contains lot of trace steps.
- JavaAgent: detect running in tomcat and monitor incoming requests.Jira server Anotheria.net OpenSource JIRA serverId d2cae391-b787-32d7-99e4-45cd0e9996e3 key MSK-470 - Removed moskito internal apis from monitoring - reduced noise of moskito's internal components arriving in monitoring.
- Fixed error if a producer configured on the dashboard wasn't yet registered.
- Tags menu is now visible in non-beta mode.
- Fixed: AnalyzedJourneyAO was not serializeable: https://github.com/anotheria/moskito/pull/189
- added journey tags displaying in tracers page: https://github.com/anotheria/moskito/pull/187
- Ability to dispose a storage.Jira server Anotheria.net OpenSource JIRA serverId d2cae391-b787-32d7-99e4-45cd0e9996e3 key MSK-142
...