Skip to content

Commit

Permalink
report errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alrocar committed Dec 9, 2024
1 parent cd1064a commit 866bebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mcp-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ scrape_configs:
Find `<your-public-prometheus-token>` in the [Tinybird dashboard](https://app.tinybird.co/tokens) with the name `prometheus`.

You should start seeing your metrics in Grafana.
You should start seeing your metrics in Grafana to build your own dashboards and alerts.

![](./prometheus.png)

Expand Down
1 change: 1 addition & 0 deletions mcp-analytics/pipes/api_count_errors_5m.pipe
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ SQL >
SELECT app_name, ifNull(version, '') as version, tool, count() errors
FROM mcp_monitoring
where datetime > now() - interval 5 minute
and level in ['error', 'ERROR', 'critical', 'CRITICAL']
group by app_name, version, tool


Expand Down

0 comments on commit 866bebc

Please sign in to comment.