Skip to content

Commit 66ddb89

Browse files
committed
create final 3.8 release
1 parent 4f58f38 commit 66ddb89

File tree

2 files changed

+336
-41
lines changed

2 files changed

+336
-41
lines changed

CHANGELOG.rst

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1-
3.8 (in development)
2-
--------------------
1+
3.8
2+
---
33
Enhancements:
44
- Added support for analysing logs containing the "id | " prefixes added when running a correlator inside docker.
55
- Improved sort order of log files to only include time when we know there are multiple different instances.
66
- 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).
718

819
Bug fixes:
920
- Fixed error when si/so have NaN values which can happen occasionally.

0 commit comments

Comments
 (0)