Skip to content

Commit 76ed2fb

Browse files
cosmo0920Pat
andauthored
monitoring: Add a link for hot-reloading (#1271)
* monitoring: Add a link for hot-reloading Signed-off-by: Hiroshi Hatake <[email protected]> * Fix English Co-authored-by: Pat <[email protected]> Signed-off-by: Hiroshi Hatake <[email protected]> * Add a link and fix English Co-authored-by: Pat <[email protected]> Signed-off-by: Hiroshi Hatake <[email protected]> --------- Signed-off-by: Hiroshi Hatake <[email protected]> Co-authored-by: Pat <[email protected]>
1 parent 353e701 commit 76ed2fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Fluent Bit aims to expose useful interfaces for monitoring, as of Fluent Bit v0.
9292
| /api/v1/metrics/prometheus | Internal metrics per loaded plugin ready to be consumed by a Prometheus Server | Prometheus Text 0.0.4 |
9393
| /api/v1/storage | Get internal metrics of the storage layer / buffered data. This option is enabled only if in the `SERVICE` section the property `storage.metrics` has been enabled | JSON |
9494
| /api/v1/health | Fluent Bit health check result | String |
95-
| /api/v2/metrics | Internal metrics per loaded plugin | cmetrics' text format |
95+
| /api/v2/metrics | Internal metrics per loaded plugin | [cmetrics text format](https://github.com/fluent/cmetrics) |
9696
| /api/v2/metrics/prometheus | Internal metrics per loaded plugin ready to be consumed by a Prometheus Server | Prometheus Text 0.0.4 |
97-
| /api/v2/reload | Execute hot reloading or get the status of hot reloading | JSON |
97+
| /api/v2/reload | Execute hot reloading or get the status of hot reloading. For more details, please refer to the [hot-reloading documentation](hot-reload.md). | JSON |
9898

9999
### Metric Descriptions
100100

0 commit comments

Comments
 (0)