This library exposes different backends to send metrics from Yoyo projects.
Base abstract class for creating new backends.
This backend simply does nothing. Useful for testing.
This backend shows metrics using a logger. Useful for debugging and testing.
This backend sends metrics to Datadog. For this, it requires to be initialised with Datadog credentials.
- Python 3+