Skip to main content
This information is for Chronosphere Telemetry Pipeline, which is a standalone product separate from Chronosphere Observability Platform.
Telemetry Pipeline saves a history of each pipeline’s configuration settings and statuses over time.

View configuration history

To view the configuration history for a specific pipeline, use the following command:
Replace PIPELINE_ID with the pipeline ID of your pipeline. This command returns a list of configuration IDs that correspond to different snapshots from that pipeline’s configuration history. Its output will be similar to the following:

Limit results

Use the --last flag to display only a subset of configuration snapshots. For example, to return a list of the last five snapshots, run:

View specific changes

Use the -o yaml flag to view the specific changes over time to that pipeline’s configuration file:

Roll back pipeline configuration history

If you used the --skip-config-validation flag when you created or modified a pipeline, you must also include that flag when you run the rollout command for that pipeline.
To roll back a pipeline to a previous configuration, use the following command:
Replace the following:

Roll back a specific number of steps

In addition to using the history ID of a previous configuration, you can also specify the number of steps you want to roll back through the configuration history of a pipeline. To do so, use the following command:
Replace the following:
  • PIPELINE_ID: The pipeline ID of your pipeline.
  • COUNT: The number of steps to roll back through the pipeline’s configuration history. This must be an integer value.

View status history

To view the status history for a specific pipeline, use one of these methods:
  1. Sign in to Telemetry Pipeline.
  2. Open the project that contains the pipeline whose status you want to view.
  3. Go to Core Instances, then click the name of the Core Instance associated with the pipeline whose status you want to view.
  4. Under Data Pipelines, find the pipeline whose status you want to view, and then click  Settings >  Status History.
The pane that appears shows a list of statuses changes over time for that pipeline.