Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mcp/monitoring-mcp-servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading