• Bob Van Landuyt's avatar
    Decrease urgency for GraphQL · 2e13a0d0
    Bob Van Landuyt authored
    We now have a separate SLI that measures query duration. So we are
    still monitoring the performance of single GraphQL queries. But there
    could be multiple queries batched in a single request, causing the
    request to take longer.
    
    Lowering the urgency to account for multiple queries will improve the
    `rails_requests` SLI.
    2e13a0d0
graphql_controller.rb 6.62 KB