Changelog

Improving AppSignal, one deploy at a time.

Feb 23, 2026

More Layout Controls for Dashboards

Your dashboards now bend to your workflow — not the other way around.

  • Drag-and-drop widgets

    Reposition any widget by clicking and dragging it wherever makes sense. No grid constraints, no fixed columns — place widgets freely and build a layout that matches how you actually think about your data.

  • Resizable widgets

    Expand a chart that deserves more real estate. Shrink the ones that don't. Drag any widget edge to resize it and mix compact summaries with detailed graphs in the same view.

Click Edit dashboard to start reshaping your layout.

Feb 18, 2026

Amazon CloudWatch metrics via Amazon Data Firehose

You can now store Amazon CloudWatch metrics in AppSignal through Amazon Data Firehose.

Monitor your most critical AWS services directly from your AppSignal dashboards:

  • RDS — track database connections, read/write latency and CPU utilization
  • S3 — monitor bucket size, request counts and error rates
  • EC2 — observe instance CPU, network traffic and disk I/O
  • Lambda — keep an eye on invocations, duration and throttles
  • SQS — watch queue depth, message age and processing rates
  • And more!

When CloudWatch metrics are detected, we automatically create dashboards for your AWS services.

Setup only takes two steps: create a Firehose stream pointed at AppSignal and connect it to a CloudWatch metric stream. See our CloudWatch metrics documentation to get started.

Jan 28, 2026

Updated Log Query Syntax and Customizable Views

In the Logging Live and Explore views, we have improved the query syntax with support for nested attributes, and simplified attribute definition in queries. Existing saved views and triggers will need to be migrated to the new syntax, contact support@appsignal.com for assistance.

Read more in our Query Syntax documentation.

Log Views are now customizable

Log attributes can be added as additional columns and saved in views. Click Edit table from the options dropdown to add more columns. Click Save view to persist your customized log view.

New: Query Log Syntax
Jan 06, 2026

Heroku Fir support

We've added Heroku Fir support.

By pointing Heroku Fir's telemetry drain to our collector we report the following:

  • Host metrics: CPU usage, memory usage and free memory.
  • Metrics from add-ons, such as PostgreSQL and Redis. These will be visible in automatically added dashboards.
  • Logs from the Heroku router and API.

For more information, see the Heroku Fir sections in our Heroku documentation.

Jan 06, 2026

OpenTelemetry performance alerting

AppSignal supports OpenTelemetry trace data. It's now possible to set up performance alerting for traces.

In a trace summary view, click the "Add new" link in the "Triggers" box.

Trace summary page with the triggers box highlighted

In the opened "New trigger" modal, configure the alerting, select your preferred notifier, and save the trigger.

It is possible to configure alerting on the mean response time of requests, and the 90th and 90th percentile of the response time. Use a warm-up to only be alerted if this continues for as long as the warm-up is configured.

New trigger modal with the slow actions form highlighted

Now, AppSignal will alert you about new slow actions.

New trigger modal with the slow actions form highlighted

Note: This only works for our OpenTelemetry tracing feature.

Jan 06, 2026

Vercel drains: Speed insights and traces

AppSignal supports more Vercel drains: Speed Insights and OpenTelemetry traces.

Speed Insights

Vercel Drains provide support for Web Vitals through the Speed Insights drain, like First Contentful Paint and Largest Contentful Paint. These metrics can serve as signals for delivering great user experience on the web. When Speed Insights metrics are detected, we will automatically create a "Web Vitals" dashboard for your application.

Traces

Report traces from Vercel's infrastructure to get more insights into how all parts of your application are performing. This works with our OpenTelemetry tracing feature and will report errors and performance data from your application and Vercel infrastructure (Vercel functions and edge network).


For more information, see these documentation pages:

Dec 18, 2025

New chart type: Number chart

Added a new chart type for dashboards: the number chart. The number chart displays a number on the dashboard instead of a line graph. Useful when a single value gives enough information at a glance.

The chart supports multiple ways of calculating the metric data for the timeframe selected, such as:

  • Maximum value: Show the highest metric value.
  • Minimum value: Show the lowest metric value.
  • Average value: Show the average of the metric values.
  • Total value: Show the combined value of the metric values.
  • First value: Show the first metric value.
  • Last value: Show the last metric value.

To add a number chart, go to your application in AppSignal, create or open a dashboard, click "Add chart", and select "Number" in the sidebar.

Screenshot AppSignal UI showing a number chart
Nov 17, 2025

Markdown support for status pages and MCP updates

Added

  • Add support for markdown on the AppSignal status pages. You can now use markdown in the main description, and status updates.
    AppSignal Status page markdown example
  • Add get_triggers MCP Tool. This tool exposes all the anomaly detection triggers and is in preparation for the create/update trigger tool.
  • Add get_app_resources MCP Tool. This tool exposes multiple application resources such as users, namespaces, and dashboards. It will be the home of application resources that do not need any additional filtering.

Removed

  • Remove get_users MCP tool in favor of get_app_resources.
  • Remove get_namespaces MCP tool in favor of get_app_resources.
Oct 15, 2025

UI Fixes and Search Improvements

Fixed

  • Add a fix for a minor UI bug in the PHP and Go OpenTelemetry app installation flows.
  • Ensure that in the UI, we handle the alert openedAt value being null.
  • Remove the leading and trailing whitespace when submitting a search query.
Sep 25, 2025

Copy error backtrace lines

Added

  • Users can now copy the sample backtrace line with a click of a button. (This feature was requested in our Discord channel).

    Screenshot AppSignal UI showing a copy button at the end of a backtrace line

Fixed

  • Fixed search functionality for queries containing special characters (like BSON::ObjectId('.)
Sep 09, 2025

MCP Anomaly Incidents

Added

  • MCP get_incident tool now supports both exception and anomaly incidents

Fixed

  • Ensure the graph export popover isn’t cut off when placed at the bottom of the page.
Sep 08, 2025

MCP and product updates

Added

  • Added a link to the docs in the trace timeline overlay explaining how to add additional instrumentation
  • Added Anomaly incidents MCP tool
  • Added a toggle switch to show OpenTelemetry internal attributes
    Screenshot AppSignal UI showing a toggle to show internal tracing attributes

Changed

  • We've changed the MCP Token UI to better reflect the allowed tools. Instead of sections that can have read/write/delete rights, we're now showing each individual tool with a checkbox for exposure.
    Screenshot AppSignal UI showing a list of MCP tools and a checkbox to expose them
Sep 01, 2025

Log trigger filtering

Added

  • Add functionality that allows filtering log triggers by name, source, or creator.
    Screenshot of log trigger filtering
Aug 28, 2025

MCP improvments, and Logs Updates

Added

  • Add 3rd party integration links (e.g. GitHub, Jira) to MCP get_incident tool. The AI Agent can use this to tie incidents to external issues.
  • Add uptime monitoring metrics to the MCP metric discovery tool
  • Support ANSI colors in Logs page
  • Persist the option to hide the logs chart between queries.
Aug 27, 2025

Logging updates

Added

  • Add examples and “click to apply” functionality for IN and NOT IN in the logs search dropdown.
  • Log sources now support automatic format detection. We will attempt to parse the line as JSON, Logfmt, and plain text, extracting attributes on every step.

Changed

  • Hitting the escape key trying to close the log query help tool doesn't clear the query anymore.
Aug 15, 2025

MCP Updates

Added

  • Add the create_incident_note tool for the MCP server. This allows AI Agents to comment on incidents.
    Screenshot 2025-08-14 at 12 20 09

Changed

  • The update_incident MCP Tool now accepts severity as an argument (and sets the severity accordingly).

Start your free trial

Don’t let the bad bugs bite. Try AppSignal for free.

AppSignal offers a 30-day free trial, no credit card is required. All features are available in all plans. Start monitoring your application in just a few clicks!