hi i we are runnig meltano in airflow . I see metr...
# getting-started
s
hi i we are runnig meltano in airflow . I see metrics like this in airflow logs
Copy code
INFO message=METRIC: {"type": "counter", "metric": "record_count", "value": 9, "tags": {"database": ....
what is the easiest way to send these metics to datadog. I was thinking of sending these logs to datadog and extracting it there but wondering if there is an easier/cleaner way to do it.
t
The current answer is you'll have to parse them from the log files. But, we're actively looking at ways to make this better. If you could thumbsup this issue and leave a comment if you have some ideas or ways to make it easer, that'd be great! https://gitlab.com/meltano/meltano/-/issues/2148
s
thank you. just did.