zed/crates/collab
Antonio Scandurra 3a1d0dd692 Track active projects in metrics
An active project is defined as a project where there has been at
least a buffer edit, a join request/response, or a follow update
in the last minute.
2022-06-15 10:33:20 +02:00
..
k8s Move prometheus annotations from deployment to pod spec 2022-06-10 14:32:36 -07:00
migrations
src Track active projects in metrics 2022-06-15 10:33:20 +02:00
.env.template.toml
basic.conf
Cargo.toml Add OpenMetrics endpoint exposing the basic RPC store metrics as guages 2022-06-10 13:32:56 -07:00
Procfile
README.md

Zed Server

This crate is what we run at https://collab.zed.dev.

It contains our back-end logic for collaboration, to which we connect from the Zed client via a websocket after authenticating via https://zed.dev, which is a separate repo running on Vercel.