---
title: OpenTelemetry: Group errors tab
source: https://docs.newrelic.com/docs/errors-inbox/otel-tab
---

With **Group errors** tab, you can dynamically filter and group errors for deeper analysis. Group errors shows you where your OpenTelemetry errors are happening, and provides tools to help you determine the root cause.

The following spans will display as error events in the errors inbox UI:

-   `otel.status_code` = `ERROR` and `span.kind` = `server`, `consumer`, `producer`, `client`, or `internal`
-   `otel.status_code` = `ERROR` and `kind` = `server`, `consumer`, `producer`, `client`, or `internal`

These spans are treated as an individual error instance.

![A screenshot depicting errors inbox for opentelemetry](https://docs.newrelic.com/images/errors-inbox_screenshot-full_otel-errors-inbox.webp "otel errors inbox")

Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > APM & Services > (select a Services - OpenTelemetry app) > Errors (errors inbox) > Group errors**  to see your OpenTelemetry group errors.

## Errors list view [#list-vew]

Start with the error rate charts to see at a glance whether there are any unexpected spikes, dips, or patterns with errors in general. You can correlate any general pattern on the top five errors chart alerts that occur during the same period.

-   **Dynamic grouping**: The default grouping for error occurrences is based on `error.group.name` and `error.group.message`. You can change the grouping options by any attribute, up to five attributes at a time.
-   **Filtering**:  Many New Relic customers instrument [custom attributes](https://docs.newrelic.com/docs/data-apis/custom-data/custom-events/collect-custom-attributes/#enabling-custom). Filtering on a specific custom attribute can quickly cut through the noise of all error occurrences.

## Error profiles [#profiles]

Error profiles reveal frequently impacted users during a designated time frame. You can download user attributes as CSV or explore detailed breakdowns by selecting individual rows. Leverage these insights to prioritize bug fixes and improve application stability.

![A screenshot depicting opentelemetry error profiles](https://docs.newrelic.com/images/errors-inbox_screenshot-crop_otel-error-profiles.webp "otel error profiles")

Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > APM & Services > (select a Services - OpenTelemetry  app) > Errors (errors inbox) > Group errors > View Profiles ** to view your OpenTelemetry error profiles.

## Error details view [#details-view]

This page allows you to explore individual error groups, each representing a unique set of error instances with a shared fingerprint. For instance, if you encounter an error spike from a specific group of hosts, the detailed view provides context-rich insights. You can then navigate through specific instances within the group using the toggle in the upper right corner, allowing you to examine the first, last, or any intermediate occurrence.

## Occurrences tab [#occurrences]

The **Occurrences** tab includes not only error frequency, occurrence details, and stack traces, it also includes triage information.

### Triage section [#triage]

The triage section links the specific error occurrence to a [system-created error group](https://docs.newrelic.com/docs/errors-inbox/errors-inbox/#groups) with a unique fingerprint. Using a unique fingerprint enables you to triage an error group using a [status update](https://docs.newrelic.com/docs/errors-inbox/errors-inbox/#status) or [assignment](https://docs.newrelic.com/docs/errors-inbox/errors-inbox/#assign). The system-created error groups are the ones you find on the Triage tab. For more info on how they're generated, see our doc on [how error groups work](https://docs.newrelic.com/docs/errors-inbox/errors-inbox/#how-groups-work).

![A screenshot showing the triage section of errors inbox for opentelemetry](https://docs.newrelic.com/images/errors-inbox_screenshot-crop_triage-otel-errors-inbox.webp "triage section")

Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > APM & Services > (select a Services - OpenTelemetry  app) > Errors (errors inbox) > Group errors > (click an error group) > Group errors details age** to triage OpenTelemetry group errors.

## Distributed tracing [#distributed-tracing]

If you've set up [distributed tracing](https://docs.newrelic.com/docs/distributed-tracing/concepts/quick-start/), and if there are sampled traces related to errors, you'll see options to view trace details. This is a quick way to view trace information without going to the main distributed tracing page.
