CaraML Docs
CaraML Homepage
  • Introduction
    • What is CaraML?
    • Architecture
      • Feature Store Architecture
      • Models Architecture
      • Routers Architecture
      • Experiments Architecture
      • Pipelines Architecture
    • Core Concepts
      • Models Concepts
      • Router Concepts
      • Experiment Concepts
  • User guides
    • Projects
      • Create a project
      • Managing secrets
    • Feature Store
    • Models
      • Create a Model
        • Custom Model
      • Deploy a Model
        • Deploying a Model Version
        • Severing a Model Version
        • Configuring Transformer
          • Standard Transformer
            • Standard Transformer Expressions
            • Standard Transformer UPI
          • Custom Transformer
        • Redeploying a Model Version
      • Deleting a Model
      • Configuring Alerts
      • Batch Prediction
      • Model Schema
      • Model Observability
    • Routers
      • Creating a Router
        • Configure general settings
        • Configure routes
        • Configure traffic rules
        • Configure autoscaling
        • Configure experiment engine
        • Configure enricher
        • Configure ensembler
        • Configure logging
      • Viewing Routers
        • Configuration
        • History
        • Logs
        • More actions
      • Edit Routers
      • Monitoring router
        • Monitor Router Performance
        • Configure Alerts
      • Undeploying Router
      • Redeploying Router
        • Redeploy undeployed router
        • Redeploy version from history
        • Redeploy version from version details page
      • Deleting Router
        • Deleting router versions
        • Deleting router versions from details page
        • Deleting routers
      • Deleting Emsemblers
        • Delete an Ensembler without related entity
        • Delete an Ensembler with active entities
        • Delete an Ensembler with inactive entities
    • Experiments
      • View Experiment Settings
      • Modify Experiment Settings
      • Creating Experiments
      • Viewing Experiments
      • Modifying Experiments
      • Running Experiments
      • Monitoring Experiments
      • Creating Treatments
      • Viewing Treatments
      • Modifying Treatments
      • Creating Segments
      • Viewing Segments
      • Modifying Segments
      • Creating Custom Segmenters
      • Viewing Custom Segmenters
      • Modifying Custom Segmenters
    • Pipelines
  • Tutorial and Examples
    • Model Sample Notebooks
      • Deploy Standard Models
      • Deploy PyFunc Model
      • Using Transformers
      • Run Batch Prediction Job
      • Others examples on Models
    • Router Examples
    • Feature Store Examples
    • Pipeline Examples
    • Performing load test in CaraML
    • Best practice for CaraML
  • CaraML SDK
    • Feature Store SDK
    • Models SDK
    • Routers SDK
    • Pipeline SDK
  • Troubleshooting and FAQs
    • CaraML System FAQ
    • Models FAQ
      • System Limitations
      • Troubleshooting Deployment Errors
      • E2E Test
    • Routers FAQ
    • Experiments FAQ
    • Feature Store FAQ
    • Pipelines FAQ
    • CaraML Error Messages
  • Deployment Guide
    • Deploying CaraML
      • Local Development
    • Monitoring and alerting
      • Configure a monitoring backend
      • Configure an alerting backend
    • Prerequisites and Dependencies
    • System Benchmark results
    • Experiment Treatment Service
  • Release Notes
    • CaraML Release Notes
Powered by GitBook
On this page
  • Versions
  • Comparing Versions
  • Activity Log
  1. User guides
  2. Routers
  3. Viewing Routers

History

PreviousConfigurationNextLogs

Last updated 2 years ago

The history tab displays all versions and activity log associated with the router.

Versions

You will see a summary of each version being displayed.

Version: You will see the version number alongside applicable badges. There are 2 possible badges:

* **Current**: Indicates the deployed version if the router is deployed or the latest deployed version if the router is undeployed.

* **New**: Indicates if the version was created in the past hour

Created: This is when the router version was created.

Updated: This marks the latest occurrence of the router version being deployed (either when the version was created or when the version was redeployed).

Actions: Represents the actions that can be done to the router version:

* **Compare**: It's possible to compare any two router versions to see what has been changed. See [Comparing Versions](./history.md#comparing-versions) 
  
* **Deploy**: A router version which is not currently deployed can be deployed to the router. 

* **Delete**: A router version which is not currently deployed can be deleted.

Status: Similar to the router status, there are 4 possible status values.

Status
Description
Badge

Deployed

The configuration provided in the router version is valid and currently deployed.

Not Deployed

The configuration provided in the router version is valid.

Updating

The configuration provided in the router version is being validated and will be deployed to the router if successful.

Failed

The configuration provided in the router version is invalid.

To view the configuration of the version in detail, proceed to you can click on the version to find out the details of that particular version.

Comparing Versions

You can compare any two versions of router and check which part of the configuration has been changed. To do so, select two versions from the versions list and click on Compare button:

Activity Log

The activity log displays information regarding the progress of the deployment and potential reasons of failed deployments.