Spotlight Monitor is an AI-powered service monitoring SDK for Python. Version 0.5.1 supports Python >=3.9. It provides decorators and context managers to track service health, latency, and errors, integrating with OpenAI and Anthropic for intelligent alerting. Release cadence is irregular.
pip install spotlight-monitorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Decorate any function to automatically monitor its execution. Set SPOTLIGHT_API_KEY environment variable.
Change all imports to 'spotlight_monitor' instead of 'spotlight'.
Replace 'alert_provider="openai"' with 'integrations=["openai"]'.
Always set SPOTLIGHT_API_KEY or pass api_key explicitly to enable AI features.