基于湖库一体架构,统一管理结构化、半结构化与非结构化等多模态数据,一个系统承载事务处理、实时分析与 AI 工作负载。
对象存储上传
更新时间:2026-08-03 16:09:20
本节介绍 Logservice 对象存储上传相关的监控指标。
logservice_upload_to_ss_count
指标介绍
平均每秒日志块上传到对象存储的次数。
指标参数说明
| 指标项 | 指标名称 | 单位 |
|---|---|---|
| upload_to_ss_duration_seconds_count | logservice_upload_to_ss_count | times/s |
计算表达式
sum(rate(upload_to_ss_duration_seconds_count{@LABELS}[@INTERVAL])) by (@GBLABELS)
Prometheus 采集
通过 prometheusInput 从 http://127.0.0.1:${monagent.logservice.exporter.port}/metrics 采集 upload_to_ss_duration_seconds_count 指标。
logservice_upload_to_ss_duration_P95_ms
指标介绍
上传对象存储的耗时分位数(P95),反馈网络或内部执行状态。
指标参数说明
| 指标项 | 指标名称 | 单位 |
|---|---|---|
| upload_to_ss_duration_seconds_bucket | logservice_upload_to_ss_duration_P95_ms | ms |
计算表达式
1000 * histogram_quantile(0.95, sum(rate(upload_to_ss_duration_seconds_bucket{@LABELS}[@INTERVAL])) by (@GBLABELS,le))
Prometheus 采集
通过 prometheusInput 从 http://127.0.0.1:${monagent.logservice.exporter.port}/metrics 采集 upload_to_ss_duration_seconds_bucket 直方图指标。
logservice_upload_to_ss_duration_P99_ms
指标介绍
上传对象存储的耗时分位数(P99),反馈网络或内部执行状态。
指标参数说明
| 指标项 | 指标名称 | 单位 |
|---|---|---|
| upload_to_ss_duration_seconds_bucket | logservice_upload_to_ss_duration_P99_ms | ms |
计算表达式
1000 * histogram_quantile(0.99, sum(rate(upload_to_ss_duration_seconds_bucket{@LABELS}[@INTERVAL])) by (@GBLABELS,le))
Prometheus 采集
通过 prometheusInput 从 http://127.0.0.1:${monagent.logservice.exporter.port}/metrics 采集 upload_to_ss_duration_seconds_bucket 直方图指标。
logservice_upload_to_ss_bytes_total
指标介绍
上传对象存储的字节数(每秒速率)。
指标参数说明
| 指标项 | 指标名称 | 单位 |
|---|---|---|
| upload_to_ss_bytes_total | logservice_upload_to_ss_bytes_total | byte/s |
计算表达式
sum(rate(upload_to_ss_bytes_total{@LABELS}[@INTERVAL])) by (@GBLABELS)
Prometheus 采集
通过 prometheusInput 从 http://127.0.0.1:${monagent.logservice.exporter.port}/metrics 采集 upload_to_ss_bytes_total 指标。
logservice_upload_failure_total
指标介绍
上传对象存储失败次数(每秒速率);异常时可能由网络异常、共享存储异常或内部执行异常导致。
指标参数说明
| 指标项 | 指标名称 | 单位 |
|---|---|---|
| upload_failure_total | logservice_upload_failure_total | times/s |
计算表达式
sum(rate(upload_failure_total{@LABELS}[@INTERVAL])) by (@GBLABELS)
Prometheus 采集
通过 prometheusInput 从 http://127.0.0.1:${monagent.logservice.exporter.port}/metrics 采集 upload_failure_total 指标。