> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Enable Pipeline Monitoring

> How to enable Pipeline Monitoring for Spark

<Callout icon="/images/icon.png" color="#FFC107">
  Available for [Enterprise Edition](/data-engineering/administration/platform/editions) only.
</Callout>

To use Pipeline Monitoring, you must enable it by updating the Prophecy Library version in your project dependencies, and turn on the Pipeline Monitoring flag in Pipeline Settings.

## Update Prophecy Library version

Pipeline Monitoring requires your project to be on the follow versions:

* Prophecy Scala libraries version 8.0.23 or above.
* Prophecy Python libraries version 1.9.9 or above.

You can check your **ProphecyLibsPython** version under **Dependencies**.

* If your project's Prophecy Scala and Python libraries versions are out of date, **Update** them.

<img src="https://mintcdn.com/prophecy-62973bd0/820NYl25fNinaqQc/data-engineering/orchestration/pipeline-monitoring/img/prophecy-libs-python.png?fit=max&auto=format&n=820NYl25fNinaqQc&q=85&s=df1febccd93d147d8e504b34fc9f44fc" alt="ProphecyLibsPython" width="2620" height="1506" data-path="data-engineering/orchestration/pipeline-monitoring/img/prophecy-libs-python.png" />

If you have uncommitted changes in your pipelines, you may be prompted to either **Commit & Save** or **Save Without Committing**. The update will affect all pipelines in your project.

For an up-to-date list of Prophecy versions and libraries, see [Version Chart](/releases/version-chart).

## Turn on the Pipeline Monitoring flag

By default, Pipeline Monitoring is enabled for all new pipelines. For existing pipelines, the feature is turned off by default in order to prevent unexpected changes in your generated pipeline code.

* To turn on Pipeline Monitoring, you must toggle on **Enable Pipeline monitoring** in **Pipeline Settings**.

<img src="https://mintcdn.com/prophecy-62973bd0/820NYl25fNinaqQc/data-engineering/orchestration/pipeline-monitoring/img/turn-on-pipeline-monitoring.png?fit=max&auto=format&n=820NYl25fNinaqQc&q=85&s=813a77ca278b5e363abfaccd3f0b962b" alt="Turn on Pipeline Monitoring" width="2812" height="896" data-path="data-engineering/orchestration/pipeline-monitoring/img/turn-on-pipeline-monitoring.png" />

You can check the code view to see added instrument annotations that adds all of the details for monitoring your pipeline.
