ObserveNow
...
Integrations
Infrastructure
Apache Spark
metrics for a bitnami helm chart based spark deployment https //github com/bitnami/charts/tree/main/bitnami/spark add the following snippet to the values yaml file of the spark deployment metrics enabled true masterannotations prometheus io/scrape 'true' prometheus io/path '/metrics/' prometheus io/port '{{ values master containerports http }}' workerannotations prometheus io/scrape 'true' prometheus io/path '/metrics/' prometheus io/port '{{ values worker containerports http }}'