Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monitoring: Add a link for hot-reloading #1271

Merged
merged 3 commits into from
Dec 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion administration/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
cosmo0920 marked this conversation as resolved.
Show resolved Hide resolved
| /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 |
cosmo0920 marked this conversation as resolved.
Show resolved Hide resolved

### Metric Descriptions

Expand Down