Skip to content

make code monitor URL query identifiable

Administrator requested to merge cc/update-code-monitor-search-url-query into main

Created by: camdencheek

In our instrumentation, we label graphql queries with the URL query string. Ideally, these should be somewhat unique to the caller so we can identify the source of problematic or degraded queries.

Previously, I attempted to do this with the GraphQL query name, but it turns out I was mistaken about where we get the label from.

Merge request reports

Loading