mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-04-12 06:07:37 +07:00
* draft * refactor: reorganize sidebar hierarchy, add icons to top-level categories, and remove per-page icon frontmatter from 57 MDX files * docs: add app type introduction pages with zh/ja translations and sidebar restructuring * style: fix CJK-Latin spacing in translation notices and address PR review feedback
21 lines
805 B
Plaintext
21 lines
805 B
Plaintext
---
|
|
title: "Dashboard"
|
|
description: "Monitor performance, costs, and user engagement through Dify's built-in analytics dashboard"
|
|
---
|
|
|
|
The dashboard tracks four metrics over time to show how your application performs:
|
|
|
|
<img
|
|
src="/images/monitoring-dashboard.png"
|
|
alt="monitoring-dashboard.png"
|
|
title="monitoring-dashboard.png"
|
|
className="mt-1"
|
|
style={{ width:"100%" }}
|
|
/>
|
|
|
|
**Total Messages:** Conversation volume
|
|
**Active Users:** Users with meaningful interactions (more than one exchange)
|
|
**Average User Interactions:** Engagement depth per session
|
|
**Token Usage:** Resource consumption and costs
|
|
|
|
Use the time selector to view trends over different periods. Click **"Tracing app performance"** to connect external observability platforms like Langfuse or LangSmith for deeper analytics. |