@mastra/playground-ui 19.0.1-alpha.0 → 19.0.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 19.0.1-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Added DuckDB to supported observability storage types for metrics dashboard. Unhid ModelCostKpiCard. Updated empty state description to reflect DuckDB and ClickHouse support status. ([#14670](https://github.com/mastra-ai/mastra/pull/14670))
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7302e5c`](https://github.com/mastra-ai/mastra/commit/7302e5ce0f52d769d3d63fb0faa8a7d4089cda6d)]:
|
|
10
|
+
- @mastra/core@1.16.1-alpha.1
|
|
11
|
+
- @mastra/ai-sdk@1.2.1
|
|
12
|
+
- @mastra/client-js@1.10.1-alpha.1
|
|
13
|
+
- @mastra/react@0.2.18-alpha.1
|
|
14
|
+
|
|
3
15
|
## 19.0.1-alpha.0
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.cjs.js
CHANGED
|
@@ -41997,7 +41997,7 @@ function MetricsFlexGrid({ children, className }) {
|
|
|
41997
41997
|
|
|
41998
41998
|
const ANALYTICS_OBSERVABILITY_TYPES = /* @__PURE__ */ new Set([
|
|
41999
41999
|
// 'ObservabilityStorageClickhouse',
|
|
42000
|
-
|
|
42000
|
+
"ObservabilityStorageDuckDB",
|
|
42001
42001
|
"ObservabilityInMemory"
|
|
42002
42002
|
]);
|
|
42003
42003
|
function MetricsDashboard() {
|
|
@@ -42014,7 +42014,7 @@ function MetricsDashboard() {
|
|
|
42014
42014
|
{
|
|
42015
42015
|
iconSlot: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.CircleSlashIcon, {}),
|
|
42016
42016
|
titleSlot: "Metrics are not available with your current storage",
|
|
42017
|
-
descriptionSlot: "Metrics
|
|
42017
|
+
descriptionSlot: "Metrics require DuckDB or in-memory storage for observability. ClickHouse support is coming soon. Relational databases (PostgreSQL, LibSQL) do not support metrics collection. To enable metrics on an existing project, switch the observability storage in the Mastra configuration.",
|
|
42018
42018
|
actionSlot: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
42019
42019
|
Button,
|
|
42020
42020
|
{
|