Skip to content

Library to send metrics using different backends

Notifications You must be signed in to change notification settings

yoyowallet/yoyo-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yoyo Metrics

This library exposes different backends to send metrics from Yoyo projects.

Supported backends

BaseMetricsBackend

Base abstract class for creating new backends.

DummyMetricsBackend

This backend simply does nothing. Useful for testing.

LoggingMetricsBackend

This backend shows metrics using a logger. Useful for debugging and testing.

DatadogMetricsBackend

This backend sends metrics to Datadog. For this, it requires to be initialised with Datadog credentials.

Requirements

  • Python 3+

About

Library to send metrics using different backends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages