@mastra/playground-ui 19.0.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/dist/index.es.js CHANGED
@@ -41964,7 +41964,7 @@ function MetricsFlexGrid({ children, className }) {
41964
41964
 
41965
41965
  const ANALYTICS_OBSERVABILITY_TYPES = /* @__PURE__ */ new Set([
41966
41966
  // 'ObservabilityStorageClickhouse',
41967
- // 'ObservabilityStorageDuckDB',
41967
+ "ObservabilityStorageDuckDB",
41968
41968
  "ObservabilityInMemory"
41969
41969
  ]);
41970
41970
  function MetricsDashboard() {
@@ -41981,7 +41981,7 @@ function MetricsDashboard() {
41981
41981
  {
41982
41982
  iconSlot: /* @__PURE__ */ jsx(CircleSlashIcon, {}),
41983
41983
  titleSlot: "Metrics are not available with your current storage",
41984
- descriptionSlot: "Metrics currently require in-memory storage for observability. ClickHouse and DuckDB 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.",
41984
+ 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.",
41985
41985
  actionSlot: /* @__PURE__ */ jsxs(
41986
41986
  Button,
41987
41987
  {