Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Try and track stream() in Honeycomb, refs #390
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 22, 2021
1 parent f61ea03 commit bed704e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vaccinate/api/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def search_locations(request):
if all:
stream_qs = keyset_pagination_iterator(qs)

@beeline.traced("search_locations_stream")
def stream():
if callable(formatter.start):
yield formatter.start(qs)
Expand Down

0 comments on commit bed704e

Please sign in to comment.