You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Ad Service already has some business logic around whether to deliver targeted ads or random ads, based on the context and ad availability. We should capture this decision as a single metric named app.ads.ad_requests with two dimensions: ad_request_type with possible values TARGETED and NOT_TARGETED; and ad_response_type with possible values TARGETED and RANDOM.
Currently, the code path that would serve a random ad is not being exercised by the load generator, nor is it possible to exercise it by browsing the demo site, because all products have categories with associated ads. I propose we add a new product in a new category that does not have an associated ad in order to demonstrate this behavior. We should probably do this regardless of the metrics change as the getRandomAds span is not currently getting produced.
The following are requirements for metrics in the project. Not all services will meet all requirements.
Referencing issue: #43
The text was updated successfully, but these errors were encountered: