···145145 - [x] endpoint for listing them
146146 - [x] add to exploratory /all endpoint
147147- [ ] nginx: support http2
148148+- [x] nginx metrics
148149- [ ] add TimeoutLayer for axum
149150- [ ] rocksdb metrics
150151 - [ ] write ops (count? per actionable?)
+1-1
constellation/src/storage/rocks_store.rs
···298298 match _vr(new_linkers) {
299299 Ok(TargetLinkers(new_linkers)) => linkers.extend(new_linkers),
300300 Err(e) => {
301301- eprintln!("bug? could not deserialize new target linkrers: {e:?}. key={key:?}. continuing, but data will be lost!");
301301+ eprintln!("bug? could not deserialize new target linkers: {e:?}. key={key:?}. continuing, but data will be lost!");
302302 if new_linkers.len() < 1000 {
303303 eprintln!("skipping: {new_linkers:?}");
304304 } else {