Description
By creating query parameters to opt-in for optional attribution signals (trust_and_relevance, calls_to_action), we enable visibility into their adoption. We now need to configure instrumentation that will allow us to directly measure the proportion of users and overall traffic that are using these signals, so that we may better understand how appealing they are to reusers. This data may also act as a foundation for determining where performance bottlenecks may exist.
Conditions of acceptance
- Add a chart that monitors the % of overall requests that include 'expand' properties
- Break it down for different combinations (eg: only 'trust_and_relevance' vs both trust & CTA)
- Allow filtering (or grouping) the dashboard based on selected 'expand' properties so that we can see how it affects things like average latency
NOTE: This data can also be inferred through the data platform and other monitoring solutions like Turnilo, as query parameters are captured within the web_request tables. The purpose of this ticket is to monitor at a glance and potentially infer other pieces of information, like how the additional signal collection affects other metrics.