Skip to main content
Every Noēsis episode produces structured metrics you can export to dashboards, alerting systems, and analysis tools.

Available metrics

The summary.json file contains these metrics:

Reading metrics

CLI

Python

Export to JSON files

Export all recent episodes to a JSON file:

Export to CSV

For spreadsheet analysis:

Export to Prometheus

Push metrics to Prometheus using the pushgateway:

Export to Datadog

Send metrics to Datadog:

Export to BigQuery

For large-scale analysis:

Automated export hook

Run exports automatically after each episode:

Grafana dashboard example

Create a Grafana dashboard with these queries:

Best practices

Export asynchronously. Don’t block episode execution on metric exports—use background workers or queues.
Redact sensitive data. Tasks may contain PII or secrets. Truncate or hash before exporting.
Set retention policies. Define how long to keep detailed metrics vs. aggregates.

Next steps

Events reference

Detailed event schema for custom metric extraction.

Summary reference

Full summary.json schema documentation.