mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-27 08:09:58 +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.
18 lines
341 B
TOML
18 lines
341 B
TOML
[workspace]
|
|
members = [
|
|
"control_plane",
|
|
"pageserver",
|
|
"postgres_ffi",
|
|
"proxy",
|
|
"walkeeper",
|
|
"workspace_hack",
|
|
"zenith",
|
|
"zenith_metrics",
|
|
"zenith_utils",
|
|
]
|
|
|
|
[profile.release]
|
|
# This is useful for profiling and, to some extent, debug.
|
|
# Besides, debug info should not affect the performance.
|
|
debug = true
|