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

# Troubleshoot the Model Monitor

This topic provides solutions for common error messages you might see in the model monitoring interface.

## Data ingestion taking longer than expected

Data is ingested sequentially. When multiple users and/or models ingest data at the same time, the ingest jobs are queued and executed sequentially. This can cause ingest jobs to take longer than expected, occasionally delaying ingesting a small dataset if a larger dataset is ahead of it in the queue.

## Model not running

If your model is still building or starting, wait for its status to change to **Running**.

If your model is stopped, use the following steps to start the model:

1. In the Domino endpoint, click **Versions**.

2. In the **Actions** column for the version you want to start, click the three dots to open the menu.

3. Click **Start Version**.

4. Wait for the model status to change to **Running**.

## Monitoring is not enabled

This happens for the following reasons:

* Your model’s prediction data might not be configured.

* Your model’s `predict()` function might not include the `domino.log()` function needed to enable monitoring. See [Set up Prediction Capture](/cloud/platform-capabilities/features/monitoring/3-set-up-domino-endpoints/1-set-up-prediction-capture) for instructions.

* Your model’s [training data](/cloud/reference/api/data_api/trainingsets_usecases/create_trainingset) might not be configured. Training data is required for monitoring data drift. See [Set up Drift Detection](/cloud/platform-capabilities/features/monitoring/3-set-up-domino-endpoints/2-set-up-drift-detection).

* Your model’s ground truth data might not be configured. Ground truth data is required for monitoring model quality. See [Set up Model Quality Monitoring](/cloud/platform-capabilities/features/monitoring/3-set-up-domino-endpoints/3-set-up-model-qual-monitor).

* The first scheduled check might not have occurred yet. Check the [monitoring schedule](/cloud/platform-capabilities/features/monitoring/3-set-up-domino-endpoints/6-set-scheduled-checks) to see when the next monitoring data check will occur.

  <Note>
    [Prediction Data](/cloud/platform-capabilities/features/monitoring/3-set-up-domino-endpoints/1-set-up-prediction-capture) is analyzed through 23:59 of the previous day. Data from the current day is not included. Domino reads the timestamps in the dataset, if they are present; if not, then it uses the ingestion timestamp.
  </Note>

## Waiting for data

The Model Monitor is waiting for sufficient data to start rendering monitoring results.

1. From the Domino endpoint, click **Grafana Monitoring.**

2. Click **Configure monitoring > Target Ranges**. Go to **Date Filter > Today** to view the data that has been analyzed so far.

## Model quality monitoring is not enabled

Model quality is based on ground truth data. If you see this message on your model’s monitoring page, then your model’s ground truth data might not be configured. See [Set up Model Quality Monitoring](/cloud/platform-capabilities/features/monitoring/3-set-up-domino-endpoints/3-set-up-model-qual-monitor).

## Drift monitoring is not enabled

If you see this message on your model’s monitoring page, then your model’s training data might not be set up. See [Set up Drift Detection](/cloud/platform-capabilities/features/monitoring/4-set-up-model-monitor/4-set-up-drift-detection-mm).

## Selected training set version cannot be used

* The selected Training Set Version cannot currently be used for monitoring because it doesn’t contain a schema definition.

* The Training Set version you selected might be empty, you might have selected the wrong model type, or you might need to also add Target to the Categorical feature while creating the Training set. See [Set up Drift Detection](/cloud/platform-capabilities/features/monitoring/4-set-up-model-monitor/4-set-up-drift-detection-mm).

## Error in library(“DominoDataCapture”)

`Error in library(“DominoDataCapture”): there is no package called ‘DominoDataCapture`

Your project’s environment does not include the prediction data capture library. To add it, do one of the following:

* [Change your project’s compute environment to the 5.0 DSE](/cloud/platform-capabilities/core-concepts/projects/configure-projects/set-project-settings#compute-environment).

* [Install Packages for Model Monitoring](/cloud/platform-capabilities/features/monitoring/4-set-up-model-monitor/1-install-packages-for-model-monitoring).

## Notifications not being sent

See [Configure Notifications for Model Monitoring](/cloud/admin/platform-configuration/manage-model-deployments/model-monitoring-notifications).
