Unify and manage your data

Dashboards and filters

Learn about the dashboards available in the Observability Hub and what each panel shows. This section explains how to interpret the visualizations, metrics, and filters used to monitor tenant performance and operational activity.

This topic describes the dashboards available in the Observability Hub and explains how to use filters to explore tenant-specific metrics. Each dashboard is designed to help developers and system administrators monitor performance, and track usage.

The following dashboards are available in the Observability Hub:

DashboardDescription
OverviewDisplays summary metrics for latency, API call volume, error rate, storage, and task usage. Ideal for high-level monitoring.
Tenant PerformanceTracks API latency, error volume, success rate, and call distribution. Includes drill-down views by request type, endpoint, and user.
Queue ManagementShows internal and external queue activity, including processing speed, queue size, time spent in queue, and Dead Letter Queue (DLQ) trends. Useful for troubleshooting async processing.

Overview dashboard

This dashboard provides a high-level summary of API performance, event throughput, and system usage. It's best suited for real-time health checks and SLA validation.

The following tables describes the different metrics displayed in the Overview dashboard.

PanelDescription
Average API LatencyShows the average latency across all API calls, updated every 5 minutes.
Total API CallsDisplays the total number of API requests made during the selected time range.
Error RateIndicates the percentage of API requests that returned 4xx or 5xx errors.
Total EventsNumber of asynchronous events processed, including match and enrich jobs.
Storage UtilizationVisualizes RSU (Reltio Storage Unit) usage per day.
API PerformanceTracks latency over time using P90, P95, and P99 percentiles.
EventsShows volume of asynchronous processing (CRUD, match) over time.
RIH Task UsageCompares successful vs. failed RIH task runs per day.
Error DistributionBreakdown of API errors by type (example, 4xx, 5xx). Will support faster triage.

Tenant Performance dashboard

Use this dashboard to analyze API-level behavior by endpoint, request type, and user. It helps you proactively monitor API performance and understand client/API usage patterns.

The following tables describes the different metrics displayed in the Tenant Performance dashboard.
PanelDescription
API Latency (P90–P99)Displays latency percentiles for API requests to identify degradation trends
API RequestsTotal count of API calls, split by success and failure.
Error %Visualizes the percentage of failed API requests over time.
Failed Requests SummarySummarizes failed requests by API endpoint, status code, and count.
Failed Requests (Detailed)Includes timestamp, user, endpoint, and latency for each failed request.
Most Used APIsLists top APIs by volume with latency and success rate details.
Most Time-Consuming APIsHighlights APIs with the highest average execution time.
Top 10 Active UsersIdentifies users generating the highest API traffic.
Request Type / Endpoint / User FiltersFilter dashboard views by operation (read/write/search/match), specific APIs, or users.
Regional PerformanceIntended to show latency and error metrics by data center (example, AWS, GCP).

Queue Management dashboard

This dashboard helps you monitor internal and external processing queues, including backlog, throughput, and failures.

The following tables describes the different metrics displayed in the Queue Management dashboard.
PanelDescription
External Queue MetricsDisplays message traffic to external queues such as Kafka.
Internal Queue SizeShows the number of pending events in CRUD and match queues.
CRUD Queue Processing SpeedNumber of CRUD events processed per minute.
Match Queue Processing SpeedNumber of match events processed per minute.
Time Spent in QueueMax, min, and average event wait time from enqueue to execution.
Failed Messages CountTotal count of failed messages during processing.
Dead Letter Queue (DLQ) Sizevents routed to DLQ after repeated processing failures.

Filter options

Filters are available at the top of each dashboard and can be combined to isolate specific metrics or behaviors.

FilterDescription
TenantSelect the Reltio tenant you want to analyze.
Request TypeChoose read, write, search, or match operations for API traffic.
API EndpointFocus on specific REST endpoints (example, /entities, /segments).
UserFilter by the API client or authenticated user making the requests.
Time RangeAdjust the view to a predefined time window (example, Last 6h, 24h, 7d, 30d).