This repository was archived by the owner on Mar 18, 2025. It is now read-only.
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Should pyformance_usecase.py include a call to report_now()? #60
Open
Description
I created a script modeled on the example pyformance_usecase.py
script, however I found that my metrics don't seem to be flushed unless I call report_now()
, previously I only called stop()
.
Is this some kind of user error (I can provide my whole script), or is it a mistake in the example script?