Just throwing this out here for discussion — I’m w...
# getting-started
d
Just throwing this out here for discussion — I’m wondering if anyone has any pointers or recs on monitoring Meltano in production and getting alerts if an elt process fails. We currently run this in a docker image inside a k8s pod on our cluster via cronjob.
e
hey @drew_ipson! we (I mean @florian.hines 100% 😅) are working on https://gitlab.com/meltano/meltano/-/merge_requests/2395 and https://gitlab.com/meltano/meltano/-/issues/3008. The first one will help you for example with sending logs to datadog that it can parse nicely if you install the dd agent in your k8s cluster. The second one would make it easier to ship logs to that and other destinations. Alerts can then be set for error-level logs
s
We use our orchestrator (Argo Workflows), which has Slack tie-ins, so we can alert on meltano failures just like any job on our platform
f
I have it running with Airflow under k8s, and with Datadog integration. So multiple ways of alerting there...
d
@edgar_ramirez_mondragon Awesome! Thank you for the link to the update. Is datadog the recommended logging tool? We’re currently using LogStash and OpenSearch on AWS and we’re having a hard time getting the logs back to OpenSearch.