Skip to content

Commit 2ef800d

Browse files
committed
Admin: hot reload:final style
Signed-off-by: Lynette Miles <[email protected]>
1 parent 675e22a commit 2ef800d

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

administration/hot-reload.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,6 @@ For using curl to reload Fluent Bit, users must specify an empty request body as
5454
curl -X POST -d '{}' localhost:2020/api/v2/reload
5555
```
5656

57-
### Signal
58-
59-
Hot reloading can be used with `SIGHUP`.
60-
61-
`SIGHUP` signal isn't supported on Windows.
62-
63-
## Confirm a reload
64-
65-
Use one of the following methods to confirm the reload occurred.
66-
67-
### HTTP
68-
6957
Obtain a count of hot reload using the HTTP endpoint:
7058

7159
- `GET /api/v2/reload`
@@ -77,3 +65,13 @@ The endpoint returns `hot_reload_count` as follows:
7765
```
7866

7967
The default value of the counter is `0`.
68+
69+
### Signal
70+
71+
Hot reloading can be used with `SIGHUP`.
72+
73+
`SIGHUP` signal isn't supported on Windows.
74+
75+
## Confirm a reload
76+
77+
Use one of the following methods to confirm the reload occurred.

0 commit comments

Comments
 (0)