statsd
Package — LoggingPython 3.7+Intermediate
StatsD client for sending metrics (counters, gauges, timers)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install statsd
Learn by Difficulty
Quick Example
python
# Install: pip install statsd import statsd # Basic statsd usage print(f"Using statsd") # See documentation for detailed examples
statsd is a third-party package. StatsD client for sending metrics (counters, gauges, timers). Install with: pip install statsd
Try in PlaygroundTags
packageloggingmonitoringobservability