chore: reorganize the README to follow template
This commit is contained in:
parent
f3614b2c65
commit
69e334a77d
|
@ -4,11 +4,12 @@ This application can calculate the latency (time spent) of the message to be pro
|
||||||
|
|
||||||
If the latency exceeds a specified threshold, this application will add the subscriber and topic information to a slow subscriptions list or update the existing record.
|
If the latency exceeds a specified threshold, this application will add the subscriber and topic information to a slow subscriptions list or update the existing record.
|
||||||
|
|
||||||
# How To Use
|
More introduction: [Slow Subscriptions](https://www.emqx.io/docs/en/v5.0/observability/slow-subscribers-statistics.html)
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
You can add the below section into `emqx.conf` to enable this application
|
You can add the below section into `emqx.conf` to enable this application
|
||||||
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
slow_subs {
|
slow_subs {
|
||||||
enable = true
|
enable = true
|
||||||
|
@ -19,6 +20,8 @@ slow_subs {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Configurations
|
||||||
|
|
||||||
**threshold**: Latency threshold for statistics, only messages with latency exceeding this value will be collected.
|
**threshold**: Latency threshold for statistics, only messages with latency exceeding this value will be collected.
|
||||||
|
|
||||||
Minimum value: 100ms
|
Minimum value: 100ms
|
||||||
|
@ -39,3 +42,6 @@ Default value: 10
|
||||||
- **response**: From the time EMQX starts delivering the message until the message transmission completes
|
- **response**: From the time EMQX starts delivering the message until the message transmission completes
|
||||||
|
|
||||||
Default value: whole
|
Default value: whole
|
||||||
|
|
||||||
|
# Contributing - [Mandatory]
|
||||||
|
Please see our [contributing.md](../../CONTRIBUTING.md).
|
||||||
|
|
Loading…
Reference in New Issue