LogoLogo
Python SDKSlack
  • Documentation
  • Cookbooks
  • Self-Hosting
  • Release Notes
  • Reference
  • Changelog
  • History
    • 2025
      • 04.2025
      • 03.2025
      • 02.27.2025
      • 02.14.2025
      • 01.21.2025
    • 2024
      • 12.19.2024
      • 12.05.2024
      • 11.07.2024
      • 10.24.2024
      • 10.03.2024
      • 09.19.2024
      • 09.05.2024
      • 08.23.2024
      • 08.08.2024
      • 07.10.2024
      • 06.07.2024
      • 05.10.2024
      • 04.25.2024
      • 04.12.2024
      • 03.28.2024
      • 03.18.2024
      • 02.16.2024
      • 01.18.2024
      • 01.04.2024
    • 2023 and older
      • 2023
        • 12.07.2023
        • 11.14.2023
        • 10.26.2023
        • 10.11.2023
        • 08.29.2023
        • 07.17.2023
        • 06.05.2023
        • 05.08.2023
        • 04.17.2023
        • 03.13.2023
        • 02.13.2023
        • 01.24.2023
      • 2022
        • 12.19.2022
        • 11.28.2022
        • 11.07.2022
        • 10.10.2022
        • 09.26.2022
        • 09.12.2022
        • 08.29.2022
        • 08.15.2022
        • 08.01.2022
        • 07.18.2022
        • 06.28.2022
        • 06.06.2022
        • 05.23.2022
        • 05.09.2022
        • 04.25.2022
        • 04.11.2022
        • 03.28.2022
        • 03.14.2022
        • 02.28.2022
        • 02.14.2022
        • 01.31.2022
        • 01.18.2022
      • 2021
        • 12.15.2021: CVE-44228
        • 12.13.2021
        • 11.18.2021
        • 11.02.2021
        • 10.15.2021
        • 09.27.2021
        • 06.25.2021
        • 05.28.2021
        • 04.30.2021
        • 04.16.2021
        • 04.02.2021
        • 03.12.2021
        • 02.26.2021
Powered by GitBook

Support

  • Chat Us On Slack
  • support@arize.com

Get Started

  • Signup For Free
  • Book A Demo

Copyright © 2025 Arize AI, Inc

On this page
  • Enhancements
  • 📚 New Content

Was this helpful?

  1. History
  2. 2025

02.14.2025

New Releases, Enhancements, + Changes

Last updated 2 months ago

Was this helpful?

Enhancements

Monitor Runtime

Users can now schedule when monitors run. Users can configure their monitors to run:

  • Hourly & Daily: Select specific days of the week.

  • Daily, Weekly & Monthly: Runs at 12 AM UTC after creation.

  • Default Behavior: Monitors will continue running every 3 hours, 7 days a week unless configured otherwise.

Column Specification With Exporting Data

Users can now export only the columns they care about for large datasets, reducing SDK export time by up to 95%.

  • When using the export_model_to_df function, users can specify the columns parameter to only export specific columns.

Create a Dataset from CSV

Monitor Improvements

We’ve made some updates to make monitors more organized, searchable, and user-friendly. Here’s what’s new:

  • Cardless Design – A sleek, modern table view for better readability.

  • Project-Level Monitors – LLM and ML monitors now have separate tabs.

  • Search & Sort – Find monitors by name or dimension, plus sort by any column.

  • Summary Stats – See how many monitors triggered in the last 24 hours

  • New LLM Monitor Types – Clearer categories:

    • Custom Metric Monitor → Performance Monitor with a custom metric preselected.

    • Span Property Monitor → Data Quality Monitor for span properties.

    • Evaluation Monitor → Data Quality Monitor for evaluations.

    • Quick Monitor for Errors – Easily enable error count monitoring (count, status_code = ERROR).

OTEL Tracing Via HTTP

We've added support for HTTP protocol when sending traces to Arize through an OTEL tracer.

  • To use: Specify /v1/traces as the endpoint and Transport.HTTP as the transport in our register helper

// tracer_provider = register(
    endpoint="https://otlp.arize.com/v1/traces",     # NEW
    transport=Transport.HTTP,                        # NEW
    space_id=SPACE_ID,
    api_key=API_KEY
    project_name="test-project-http",
)

📚 New Content

The latest video tutorials, paper readings, ebooks, self-guided learning modules, and technical posts:

Specify which columns of data you'd like to export when exporting data via the

Users can now upload CSVs as a dataset in Arize. Columns in the file will be attributes that users can access in Experiments or in Prompt Playground.

💯

🤖

⚙️

ArizeExportClient
Learn more →
How 100X AI Uses Phoenix to Supercharge AI-Driven Troubleshooting
Understanding Agentic RAG
Multiagent Finetuning: A Conversation with Researcher Yilun Du