cd /news/developer-tools/cohere-dashboard · home topics developer-tools article
[ARTICLE · art-57003] src=signoz.io ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Cohere Dashboard

SigNoz released a new dashboard for monitoring Cohere applications using OpenTelemetry trace data, providing metrics on request volume, errors, token consumption, latency, model usage, and request-type distribution to help users optimize costs and debug performance issues.

read2 min views1 publishedJul 11, 2026

Before using this dashboard, instrument your Cohere application with OpenTelemetry and configure export to SigNoz. See the Cohere monitoring guide for setup instructions.

This dashboard provides a comprehensive view of the cohere-otel

service using trace data. It is built on OpenTelemetry span fields and gen_ai.*

/ llm.*

attributes emitted by Cohere instrumentation and focuses on Cohere usage: request volume, errors, token consumption, per-operation latency, model adoption, request-type distribution, and individual spans.

Dashboard Preview

Dashboards → + New dashboard → Import JSON

What This Dashboard Monitors

This dashboard tracks critical performance and cost metrics for your Cohere service using OpenTelemetry trace data to help you:

Track Request Volume: See total Cohere call counts to understand overall activity across Chat, Embed, Rerank, and other operations.** Catch Errors Early**: Surface the count of spans with errors so you can detect failed Cohere operations immediately.** Optimize LLM Cost**: Break down input and output token consumption to understand cost drivers and track usage trends over time.** Monitor Latency**: Watch p95 latency per operation to surface slow responses and tail-latency regressions.** Track Model Usage**: Compare call volumes across every model in use to guide model selection.** Understand Request Types**: See the distribution of Chat, Embed, Rerank, and other request types at a glance.** Inspect Recent Calls**: Drill into the most recent and most recent failed spans for quick debugging.

Panels Included

Overview (Top Row)

Panel Type What It Shows
Total Cohere Calls Value Count of all spans emitted by the cohere-otel service in the selected window
Error Spans Value Count of spans with has_error = true ; highlights failed Cohere operations
Input Tokens Value Sum of gen_ai.usage.prompt_tokens across spans that report prompt-token usage
Output Tokens Value Sum of gen_ai.usage.completion_tokens across spans that report completion-token usage

Activity & Latency

Calls by Operation: Time-series graph of Cohere call volume grouped by spanname

, separating Chat, Embed, Rerank, and other instrumented operations and showing how their traffic changes.P95 Latency by Operation: Time-series graph of 95th-percentileduration_nano

grouped by spanname

, highlighting slow Cohere operations and tail-latency changes.

Model & Operation Breakdown

Calls by Model: Pie chart of Cohere calls grouped bygen_ai.request.model

, showing which models account for the most traffic.Calls by Request Type: Pie chart of calls grouped byllm.request.type

, making the distribution of Chat, Embed, Rerank, and other request types easy to compare.Operation Performance: Table grouped by spanname

with call count, average latency, and p95 latency for a side-by-side performance comparison of Cohere operations.

Trace Details

Recent Cohere Spans: List of the 20 most recent Cohere spans with service, operation, duration, error state, model, request type, total tokens, and trace ID for inspecting individual calls and continuing investigation in the trace view.Cohere Error Spans: List of the 20 most recent spans wherehas_error = true

, including operation, duration, status message, and trace ID, providing a focused starting point for debugging failed Cohere requests.

── more in #developer-tools 4 stories · sorted by recency
── more on @signoz 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/cohere-dashboard] indexed:0 read:2min 2026-07-11 ·