monogon-dev / monogon

The Monogon Monorepo. May contain traces of peanuts and a ✨pure Go Linux userland✨. Work in progress!
https://monogon.tech
Apache License 2.0
378 stars 9 forks source link

node: move etcd into its own process #246

Open fionera opened 1 year ago

fionera commented 1 year ago

Currently we embed etcd but because etcd uses the default prometheus collector it will "leak" all metrics that are also using that collector. We should either patch etcd to use a seperate collector or move etcd into its own process