make code monitor URL query identifiable
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.