Skip to main content

Documentation Index

Fetch the complete documentation index at: https://braintrust.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Applies to:
  • Plan -
  • Deployment -

Summary

Goal: Remove unwanted charts from the Braintrust monitoring view to display only relevant metrics. Features: Monitoring, Custom Views, “All Data” default view It’s not currently possible to remove charts from the “All Data” view, but as a workaround you can duplicate this view to a custom view to remove specific charts.

Configuration Steps

Step 1: Duplicate the “All Data” View

Navigate to the monitoring view and duplicate the default “All Data” view to create a custom view.

Step 2: Delete Unwanted Charts

In the duplicated view, remove any charts you don’t need. See Delete charts for details.

Important Notes

  • Charts cannot be deleted from the default “All Data” view - this is a design limitation
  • Only custom/duplicated views support chart deletion and customization
  • All default charts are automatically copied when duplicating a view
  • Each chart’s menu also provides Export chart (add to another view, copy config, or open in the SQL sandbox) and Export data (copy or download as CSV or JSON) options

Alternative Options

For programmatic control, use the Views API to set options.chartVisibility on a view object. See Views API documentation.