Merge pull request #10265 from tchak/yabeda-graphql
chore(yabeda): add graphql metrics
This commit is contained in:
commit
7d4148202c
8 changed files with 32 additions and 1 deletions
|
@ -147,6 +147,7 @@ class API::V2::Schema < GraphQL::Schema
|
|||
use Timeout, max_seconds: 30
|
||||
use GraphQL::Batch
|
||||
use GraphQL::Backtrace
|
||||
use Yabeda::GraphQL
|
||||
|
||||
if Rails.env.development?
|
||||
class LogQueryDepth < GraphQL::Analysis::AST::QueryDepth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue