Are you an LLM? You can read better optimized documentation at /integrations.md for this page in Markdown format
Integrations
Medicus offers two types of integrations, each designed to extend its functionality in unique ways.
Plugins
Plugins are used within Medicus’s plugins configuration option to enhance its capabilities for specific integrations:
- Pino: Integrates with the
Pinologger to map error logging effectively. - Node.js: Adds a
Node.jsprocess health checker reporting CPU usage, memory, load average and uptime diagnostics.
Third-Party Integrations
These integrations allow you to seamlessly connect Medicus with external libraries and frameworks:
- Avvio: Hooks
Medicusinto theAvviolifecycle to initiate health checks after the server is ready. - Fastify: Attaches
MedicustoFastifyinstance lifecycle hooks for streamlined integration. - Hono: Exposes a ready-to-use health check route handler for Hono applications.
- TanStack Start: Provides a health check handler for TanStack Start server functions.