From 065b2e3ff76209df7a32b3f091d92db2bc80b3cb Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Fri, 8 Dec 2023 20:20:27 +0900 Subject: [PATCH 1/3] monitoring: Add a link for hot-reloading Signed-off-by: Hiroshi Hatake --- administration/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administration/monitoring.md b/administration/monitoring.md index da6897b67..43be33677 100644 --- a/administration/monitoring.md +++ b/administration/monitoring.md @@ -94,7 +94,7 @@ Fluent Bit aims to expose useful interfaces for monitoring, as of Fluent Bit v0. | /api/v1/health | Fluent Bit health check result | String | | /api/v2/metrics | Internal metrics per loaded plugin | cmetrics' text format | | /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. In more details, please refer to the [hot-reloading doc](hot-reload.md). | JSON | ### Metric Descriptions From ab1859161a2679f94ccec6eb4ce5e18ded5b8d74 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Fri, 8 Dec 2023 20:32:16 +0900 Subject: [PATCH 2/3] Fix English Co-authored-by: Pat Signed-off-by: Hiroshi Hatake --- administration/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administration/monitoring.md b/administration/monitoring.md index 43be33677..8ab087641 100644 --- a/administration/monitoring.md +++ b/administration/monitoring.md @@ -94,7 +94,7 @@ Fluent Bit aims to expose useful interfaces for monitoring, as of Fluent Bit v0. | /api/v1/health | Fluent Bit health check result | String | | /api/v2/metrics | Internal metrics per loaded plugin | cmetrics' text format | | /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. In more details, please refer to the [hot-reloading doc](hot-reload.md). | 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 From dd6a95431a1678f20d9c11a418f77705e551cf30 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Fri, 8 Dec 2023 20:32:33 +0900 Subject: [PATCH 3/3] Add a link and fix English Co-authored-by: Pat Signed-off-by: Hiroshi Hatake --- administration/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administration/monitoring.md b/administration/monitoring.md index 8ab087641..59ea80531 100644 --- a/administration/monitoring.md +++ b/administration/monitoring.md @@ -92,7 +92,7 @@ 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. For more details, please refer to the [hot-reloading documentation](hot-reload.md). | JSON |