Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: verify
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:AP S20-1 (December)
-
Team:Alert Production
Description
DM-22093 added a "Task finished" timestamp to the metadata for all verify timing metrics. This inadvertantly caused the timestamps to be treated as tags in SQuaSH (see attached image), and will eventually bog down the server.
Change the timestamps from metadata to extras, which are not uploaded to SQuaSH. This is a breaking change, and will make accessing the data a bit clunkier:
measurement.notes["end"] |
measurement.extras["end"].quantity # yes, still a `str` |
Attachments
Issue Links
- relates to
-
DM-22093 Store begin/end times of ap_pipe in ap_verify
- Done
Hi Chris Morrison [X], can you review this fix? I think it will break some of your test code, sorry about that.