Skip to main content

Library to collect runtime metrics for Python applications using spectator-py.

Project description

Snapshot PyPI version

spectator-py-runtime-metrics

Library to collect runtime metrics for Python applications using spectator-py.

See the Atlas Documentation site for more details on spectator-py.

Instrumenting Code

from spectator.registry import Registry
from runmetrics.stats_collector import StatsCollector

if __name__ == "__main__":
    registry = Registry()
    StatsCollector(registry).start()

References

Local Development

Install pyenv, possibly with Homebrew, and install a recent Python version.

make setup-venv
make test
make coverage

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page