maybe fixes

This commit is contained in:
2023-01-06 21:44:46 -08:00
parent 87fedc7dfb
commit 631ea024b5

View File

@@ -835,9 +835,6 @@
([id q v]
(statsd/increment "query.graphql.count" {:tags #{(str "query:" (query-name q))}})
(statsd/time! [(str "query.graphql.time" ) {:tags #{(str "query:" (query-name q))}}]
(mu/with-context {:query q
:user id}
(mu/trace ::graphql-query
(lc/with-context {:query q}
(log/info "executing query name" (query-name q))
(try
@@ -865,4 +862,4 @@
(alog/error ::query-error
:exception e)
(throw e)))))))))))
(throw e)))))))))