improvement: add prometheus metrics, renaming others
This commit is contained in:
@@ -327,7 +327,6 @@ ON CONFLICT (id) DO NOTHING"#,
|
||||
// TODO: we could use try_send, but we'd have to juggle
|
||||
// getting the query result back as part of the error
|
||||
// result.
|
||||
metrics.sent_events.inc();
|
||||
query_tx
|
||||
.send(QueryResult {
|
||||
sub_id: sub.get_id(),
|
||||
|
||||
Reference in New Issue
Block a user