monitoring: track slow consumers per connection type

Signed-off-by: Waldemar Quevedo <wally@nats.io>
This commit is contained in:
Waldemar Quevedo
2023-07-20 15:51:02 -07:00
parent 514588935d
commit 8b7dfe7d74
9 changed files with 179 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ jobs:
- name: "Run all tests from all other packages"
env: TEST_SUITE=non_srv_pkg_tests
- name: "Compile with older Go release"
go: 1.18.x
go: 1.19.x
env: TEST_SUITE=build_only
script: ./scripts/runTestsOnTravis.sh $TEST_SUITE