Metrics
Requestβ
GET /metrics?type={enum}&with_tablet={bool}
Descriptionβ
Provided for prometheus
Query parametersβ
-
type
Output style, Optional with defaultall
and the following values:core
: Only core itemsjson
: Json format
-
with_tablet
Whether to output tablet-related items, Optional with defaultfalse
.
Request bodyβ
None
Responseβ
```
doris_be__max_network_receive_bytes_rate LONG 60757
doris_be__max_network_send_bytes_rate LONG 16232
doris_be_process_thread_num LONG 1120
doris_be_process_fd_num_used LONG 336
οΌοΌοΌ
```
Examplesβ
```
curl "http://127.0.0.1:8040/metrics?type=json&with_tablet=true"
```