Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
75
fork

Configure Feed

Select the types of activity you want to include in your feed.

add axum metrics

neat lil crate seems ok and does enough out of the box

phil 44dfd837 ffff3438

+25 -5
+15
Cargo.lock
··· 161 161 ] 162 162 163 163 [[package]] 164 + name = "axum-metrics" 165 + version = "0.1.0" 166 + source = "git+https://github.com/uniphil/axum-metrics.git#0835d58b628104ada1f1c89c9d52bbedf34f921f" 167 + dependencies = [ 168 + "axum", 169 + "bytes", 170 + "http-body", 171 + "metrics", 172 + "pin-project-lite", 173 + "tower-layer", 174 + "tower-service", 175 + ] 176 + 177 + [[package]] 164 178 name = "backtrace" 165 179 version = "0.3.74" 166 180 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 845 859 dependencies = [ 846 860 "anyhow", 847 861 "axum", 862 + "axum-metrics", 848 863 "bincode", 849 864 "clap", 850 865 "flume",