diff --git a/mcp/monitoring-mcp-servers.mdx b/mcp/monitoring-mcp-servers.mdx index d5cf3db4..012a1c74 100644 --- a/mcp/monitoring-mcp-servers.mdx +++ b/mcp/monitoring-mcp-servers.mdx @@ -106,7 +106,7 @@ async def search_data(query: str, ctx: Context): raise ``` -You can then send these logs to Elasticsearch, CloudWatch, Datadog, or your preferred aggregation platform. Using structured logging (using the `extra` parameter) enables you to search and filter your logs. +You can then send these logs to Elasticsearch, CloudWatch, Datadog, [Middleware](https://middleware.io/) or your preferred aggregation platform. Using structured logging (using the `extra` parameter) enables you to search and filter your logs. #### Server-level monitoring with Sentry