Skip to main content

Integration of Satella's metrics with AWS CloudWatch

Reason this release was yanked:

critical bug

Project description

aws-satella

PyPI PyPI version PyPI License

A library to export Satella's metrics to AWS CloudWatch

Installation

pip install aws-satella

Usage

from aws_satella import AWSSatellaExporterThread

aws = AWSSatellaExporterThread('AppNamespace')
aws.start()

This spawns a daemonic thread. For details, refer to the docs.

You can additionally use

from aws_satella import start_if_not_started

start_if_not_started(*args, **kwargs)

Both args and kwargs will be passed to constructor. This will initialize such thread, if one does not exist already.

Change log

v1.2

  • critical bugfix

v1.1

  • fixed maximum number of metrics uploaded
  • metrics with dimension count above 10 will be discarded with a warning

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

aws-satella-1.2.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distributions

aws_satella-1.2-py3.8.egg (3.5 kB view hashes)

Uploaded Source

aws_satella-1.2-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

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