From 76ed2fb80f82adf2839be4222dfcf7529a65ebba Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Fri, 8 Dec 2023 20:33:32 +0900 Subject: [PATCH] monitoring: Add a link for hot-reloading (#1271) * monitoring: Add a link for hot-reloading Signed-off-by: Hiroshi Hatake * Fix English Co-authored-by: Pat Signed-off-by: Hiroshi Hatake * Add a link and fix English Co-authored-by: Pat Signed-off-by: Hiroshi Hatake --------- Signed-off-by: Hiroshi Hatake Co-authored-by: Pat --- administration/monitoring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/administration/monitoring.md b/administration/monitoring.md index da6897b67..59ea80531 100644 --- a/administration/monitoring.md +++ b/administration/monitoring.md @@ -92,9 +92,9 @@ Fluent Bit aims to expose useful interfaces for monitoring, as of Fluent Bit v0. | /api/v1/metrics/prometheus | Internal metrics per loaded plugin ready to be consumed by a Prometheus Server | Prometheus Text 0.0.4 | | /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 | | /api/v1/health | Fluent Bit health check result | String | -| /api/v2/metrics | Internal metrics per loaded plugin | cmetrics' text format | +| /api/v2/metrics | Internal metrics per loaded plugin | [cmetrics text format](https://github.com/fluent/cmetrics) | | /api/v2/metrics/prometheus | Internal metrics per loaded plugin ready to be consumed by a Prometheus Server | Prometheus Text 0.0.4 | -| /api/v2/reload | Execute hot reloading or get the status of hot reloading | JSON | +| /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 | ### Metric Descriptions