newrelic
Package — LoggingPython 3.7+Intermediate
New Relic APM agent for Python application monitoring
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (C extension)
- Install
pip install newrelic
Learn by Difficulty
Quick Example
python
# Install: pip install newrelic import newrelic # Basic newrelic usage print(f"Using newrelic") # See documentation for detailed examples
newrelic is a third-party package. New Relic APM agent for Python application monitoring. Install with: pip install newrelic
Try in PlaygroundTags
packageloggingmonitoringobservability