Skip to content

Commit 9e2060d

Browse files
authored
Clarify Prometheus metrics integration in documentation
Updated the documentation to clarify that RustFS does not natively expose metrics for Prometheus scraping and suggests using an OpenTelemetry Collector for integration.
1 parent d33662a commit 9e2060d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/features/logging/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RustFS also supports real-time tracing of HTTP/S operations through the RustFS C
3232

3333
## Architecture
3434

35-
RustFS exposes metrics through Prometheus-compatible HTTP(S) endpoints. The RustFS Kubernetes Operator deploys an independent Prometheus service for each pre-configured RustFS tenant.
35+
RustFS does not natively expose metrics via Prometheus-compatible HTTP(S) endpoints for direct scraping. To integrate with Prometheus, please deploy an OpenTelemetry Collector to gather metrics from RustFS and forward them to your Prometheus backend. The RustFS Kubernetes Operator deploys an independent Prometheus service for each pre-configured RustFS tenant.
3636

3737
![Architecture Diagram 1](images/s7-1.png)
3838

0 commit comments

Comments
 (0)