mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-31 04:10:38 +00:00
feat: Record process metrics (#1646)
* feat(servers): Export process metrics * chore: update metrics related deps to get the process-metrics printed The latest process-metrics crate depends on metrics 0.21, we use metrics 0.20. This cause the process-metrics crate doesn't record the metrics when use metrics macros
This commit is contained in:
@@ -12,8 +12,8 @@ deadlock_detection = ["parking_lot"]
|
||||
backtrace = "0.3"
|
||||
common-error = { path = "../error" }
|
||||
console-subscriber = { version = "0.1", optional = true }
|
||||
metrics-exporter-prometheus = { version = "0.11", default-features = false }
|
||||
metrics-util = "0.14.0"
|
||||
metrics-exporter-prometheus = { version = "0.12", default-features = false }
|
||||
metrics-util = "0.15"
|
||||
metrics.workspace = true
|
||||
once_cell = "1.10"
|
||||
opentelemetry = { version = "0.17", default-features = false, features = [
|
||||
|
||||
Reference in New Issue
Block a user