Does anyone have any experience with ```flytekit.c...
# ask-the-community
n
Does anyone have any experience with
Copy code
flytekit.current_context().stats
I cannot find docs online about what the base stats are so that I can call
Copy code
taggable_stats = flytekit.current_context().stats
stat = taggable_stats.get_stats(param)
and start to extract some information to log on each task run
k
Ya this is actually legacy and works if you have statsd installed as a daemonset
Tbh it exists because at lyft we had this setup
n
Ah I see, ill check on that but since its legacy I may just not include it, we can get most stats and whatnot from prometheus/datadog anyways, it was more of a nice to have.
151 Views