Skip to content

Commit 866bebc

Browse files
committed
report errors
1 parent cd1064a commit 866bebc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mcp-analytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ scrape_configs:
7878
7979
Find `<your-public-prometheus-token>` in the [Tinybird dashboard](https://app.tinybird.co/tokens) with the name `prometheus`.
8080

81-
You should start seeing your metrics in Grafana.
81+
You should start seeing your metrics in Grafana to build your own dashboards and alerts.
8282

8383
![](./prometheus.png)
8484

mcp-analytics/pipes/api_count_errors_5m.pipe

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SQL >
66
SELECT app_name, ifNull(version, '') as version, tool, count() errors
77
FROM mcp_monitoring
88
where datetime > now() - interval 5 minute
9+
and level in ['error', 'ERROR', 'critical', 'CRITICAL']
910
group by app_name, version, tool
1011

1112

0 commit comments

Comments
 (0)