mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 15:02:56 +00:00
The metrics are served by an http endpoint, which is meant to be spawned in a new thread. In the future the endpoint will provide more APIs, but for the time being, we won't bother with proper routing.
13 lines
245 B
TOML
13 lines
245 B
TOML
[package]
|
|
name = "zenith_metrics"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
prometheus = "0.12"
|
|
|
|
[dev-dependencies]
|
|
lazy_static = "1.4.0"
|