Commit 66ddb89 1 parent 4f58f38 commit 66ddb89 Copy full SHA for 66ddb89
File tree 2 files changed +336
-41
lines changed
2 files changed +336
-41
lines changed Original file line number Diff line number Diff line change 1
- 3.8 (in development)
2
- --------------------
1
+ 3.8
2
+ ---
3
3
Enhancements:
4
4
- Added support for analysing logs containing the "id | " prefixes added when running a correlator inside docker.
5
5
- Improved sort order of log files to only include time when we know there are multiple different instances.
6
6
- Moved sent events/tx to a secondary axis so that the event rate chart lines up with other charts with two axes.
7
+ - Renamed ``--config `` userStatusLines ``keyPrefix `` to ``fieldPrefix `` and ``key:alias `` to ``field:alias `` for
8
+ clarity.
9
+ - Added charting of apama-ctrl "Proxy Status: " lines indicating the number of started/pending/failed incoming requests
10
+ from Cumulocity core nodes handled by the apama-ctrl proxy. This charting is enabled automatically when the
11
+ associated log lines are detected. Since it is necessary to know at start of parsing how many columns are needed,
12
+ a default of 4 is used and the parsing is retried with the number doubled if it is found not to be enough.
13
+ - Added ``keyRegex `` and ``maxKeysToAllocateColumnsFor `` to userStatusLines which automatically create numbered columns
14
+ for a dynamic set of status lines each identified by a unique key, e.g. multiple named JMS receivers. See the
15
+ README.rst for an example.
16
+ - Changed display of charts with only one y axis to put all data onto the right-hand "y2" axis which makes such charts
17
+ line up with charts that have two y axes (fixes GH-16).
7
18
8
19
Bug fixes:
9
20
- Fixed error when si/so have NaN values which can happen occasionally.
You can’t perform that action at this time.
0 commit comments