How to monitor a python wheel job with Prometheus?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2023 02:40 PM
Hi Community,
We have a Databricks job with a single Python wheel task that runs our streaming pyspark job. The job runs on a single-node compute cluster and consumes from Kafka.
Our monitoring stack is Prometheus + Grafana.
I want the job's metrics to be available in our monitoring stack.
I believe this is possible based on some questions I've found in this community. However, nothing I've found explains how to actually do it.
We're interested in basic metrics, eg some equivalent to events / second.
Thanks and best wishes!