Heya! Is there some way to log store metrics of me...
# getting-started
j
Heya! Is there some way to log store metrics of meltano job runs? For example replicated row count, size, duration and/or other metadata such as batch count etc.
h
I suspect this has been on the to-do list for several people for a while, but it is hard to find time. I have experimented a little with log-parsing in https://github.com/radbrt/meltano-meta. It is far from production ready though, and it would need tight integration with Meltano to work properly and make sure it surfaces the necessary info in the logs.
j
Cool! I will check it out!