Compare commits

...

10 Commits

Author SHA1 Message Date
Kirill Zakharenko
daa235118a release 1.7.0-fw.4 2020-05-06 03:12:38 +03:00
Kirill Zakharenko
31e657bcb4 Merge master into fairwaves/production 2020-05-06 03:09:06 +03:00
Kirill Zakharenko
06a732e1fa release 1.7.0-fw.3 2020-05-05 21:23:42 +03:00
Kirill Zakharenko
9d4050c2cd Merge fairwaves/wip-counters into fairwaves/production 2020-05-05 21:20:40 +03:00
Alexander Chemeris
c2a04fba04 counters: Implement more useful counters.
Right now a lot of errors with MGCP processing are invisible in rate
counters which makes them difficult to trace or even notice in
a production environment. E.g. reaching a limit of MGCP endpoints
is completely invisible even though it's a critical opertion alarm.

Change-Id: I6db68f044255c927dfd534fed880e405ec3ed4d6
2020-05-05 20:48:44 +03:00
Kirill Zakharenko
29fd2915f8 1.7.0-fw.2 2020-05-05 17:37:30 +03:00
Kirill Zakharenko
32ab129887 Merge fairwaves/wip-counters into fairwaves/production 2020-05-05 17:35:35 +03:00
Alexander Chemeris
832d36a014 counters: Implement more useful counters.
Right now a lot of errors with MGCP processing are invisible in rate
counters which makes them difficult to trace or even notice in
a production environment. E.g. reaching a limit of MGCP endpoints
is completely invisible even though it's a critical opertion alarm.

Change-Id: I6db68f044255c927dfd534fed880e405ec3ed4d6
2020-05-05 17:22:08 +03:00
Alexander Chemeris
844f8f6990 vty: Prepend VTY output of counters for better visual separation.
Before this patch rate counters started right after trunk information
with no visual separation which was quite confusing. We're adding
a new line and a header to warn a user of the section change.

Change-Id: I3943def03ab821b05ac597f40bdfa4a3a71ddca3
2020-05-05 17:22:07 +03:00
Kirill Zakharenko
336702092b release 1.7.0-fw.1 2020-05-01 19:02:37 +03:00

24
debian/changelog vendored
View File

@@ -1,3 +1,27 @@
osmo-mgw (1.7.0-fw.4) unstable; urgency=medium
* merged master:63866009e2d (final version of fairwaves/wip-counters)
-- Kirill Zakharenko <kirill.zakharenko@fairwaves.co> Wed, 6 May 2020 03:02:29 +0300
osmo-mgw (1.7.0-fw.3) unstable; urgency=medium
* merged fairwaves/wip-counters:c2a04fba04fbb
-- Kirill Zakharenko <kirill.zakharenko@fairwaves.co> Tue, 5 May 2020 21:23:29 +0300
osmo-mgw (1.7.0-fw.2) unstable; urgency=medium
* merged fairwaves/wip-counters:832d36a01449
-- Kirill Zakharenko <kirill.zakharenko@fairwaves.co> Tue, 5 May 2020 17:36:29 +0300
osmo-mgw (1.7.0-fw.1) unstable; urgency=medium
* relocated to master:eebbf2b1fc65a
-- Kirill Zakharenko <kirill.zakharenko@fairwaves.co> Fri, 1 May 2020 18:23:29 +0300
osmo-mgw (1.7.0) unstable; urgency=medium
[ Neels Hofmeyr ]