Skip to content

Commit

Permalink
Update en_US/changes/changes-ce-v5.md
Browse files Browse the repository at this point in the history
Co-authored-by: JianBo He <heeejianbo@163.com>
  • Loading branch information
Meggielqk and HJianBo authored Dec 26, 2024
1 parent 18224b8 commit 953cbc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion en_US/changes/changes-ce-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Make sure to check the breaking changes and known issues before upgrading to EMQ
- [#14360](https://github.com/emqx/emqx/pull/14360) Added listener shutdown counts labeled by shutdown reason to Prometheus metrics, under the `emqx_client_disconnected_reason` counters. Example output:

```
emqx_client_disconnected_reason{node="emqx@127.0.0.1",reason="takenover"} 1 emqx_client_disconnected_reason{node="emqx@127.0.0.1",reason="kicked"} 1
emqx_client_disconnected_reason{node="emqx@127.0.0.1",reason="takenover"} 1 emqx_client_disconnected_reason{node="emqx@127.0.0.1",reason="kicked"} 1
```

Currently, this feature is limited to TCP and TLS listeners only.
Expand Down

0 comments on commit 953cbc3

Please # to comment.