> For the complete documentation index, see [llms.txt](https://docs.groundcover.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.groundcover.com/~/revisions/1mY0CQn12Klyi0QiItHv/product-updates/whats-new.md).

# What's new?

## Nov 2025

#### Migrations (Public Preview)

We’re opening the public preview of fully automated migration from legacy observability stacks.\
From day one, the goal is simple: migrate *everything into groundcover, correctly, with one click.* Under the hood we:

* Figured out Data onboarding end to end - make sure your telemetry lands in the platform before anything else.
* Automatic conversion of monitors and dashboards
* Integrations discovery

[Check out the Migrations docs](https://docs.groundcover.com/getting-started/migrations)

<figure><img src="/files/Tko0dJbtruSkbhKTdptE" alt=""><figcaption></figcaption></figure>

#### LLM Observability, now for AWS Bedrock

Our zero-instrumentation LLM Observability now supports AWS Bedrock calls.\
If you are building on Bedrock, you can get traces, latency breakdowns, token usage, and errors without changing your code.\
[Check out the LLM Observability docs](https://docs.groundcover.com/capabilities/llm-observability)<br>

<figure><img src="/files/2TFgemKwwzFsnQ32GM57" alt=""><figcaption></figcaption></figure>

#### Data Sources: more integrations, better setup tools

We keep on expanding our list of supported integrations with the introduction of Azure metrics. In addition, we added support for Export to Terraform and Duplicate to ease the initial setup of integrations.\
[Check out the Data Sources docs](https://docs.groundcover.com/integrations/data-sources)<br>

<figure><img src="/files/BRACe8w9iqGXYc0RPcMN" alt=""><figcaption></figcaption></figure>

#### Improvements across the app

We continued investing in core workstreams and shipped:

* Associated Variables in dashboards - highlights the most relevant values first.
* Formulas for Logs, Traces, Events, and RUM in Data Explorer/Dashboards.
* Dashboard Version History
* Custom chart colors for time series widgets


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.groundcover.com/~/revisions/1mY0CQn12Klyi0QiItHv/product-updates/whats-new.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
