mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 04:54:17 +02:00
Add comprehensive documentation for integrating OpenTelemetry with FastMCP: - New integration guide at docs/integrations/opentelemetry.mdx - Covers logging integration with LoggingHandler - Demonstrates span creation via custom middleware - Includes production OTLP export configuration - Provides complete working example Also update related docs: - Add OpenTelemetry reference in middleware.mdx - Add tip about OpenTelemetry in logging.mdx - Register doc in docs.json under new Observability section Example code: - examples/opentelemetry_example.py with working weather server Closes #1998 Co-authored-by: William Easton <strawgate@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| atproto_mcp | ||
| auth | ||
| fastmcp_config | ||
| fastmcp_config_demo | ||
| smart_home | ||
| complex_inputs.py | ||
| config_server.py | ||
| desktop.py | ||
| echo.py | ||
| get_file.py | ||
| in_memory_proxy_example.py | ||
| memory.fastmcp.json | ||
| memory.py | ||
| mount_example.fastmcp.json | ||
| mount_example.py | ||
| opentelemetry_example.py | ||
| sampling.py | ||
| sampling_fallback.py | ||
| screenshot.fastmcp.json | ||
| screenshot.py | ||
| serializer.py | ||
| simple_echo.py | ||
| tags_example.py | ||
| text_me.py | ||