Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-satella

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-satella

Integration of Satella's metrics with AWS CloudWatch

  • 2.4
  • PyPI
  • Socket score

Maintainers
1

aws-satella

PyPI PyPI version PyPI License Build Status Test Coverage Maintainability Issue Count Documentation Status

A library to export Satella's metrics to AWS CloudWatch

Installation

pip install aws-satella

Usage

import sys
from aws_satella import AWSSatellaExporterThread, InitializationError


try:
    aws = AWSSatellaExporterThread('AppNamespace')
    aws.start()
except InitializationError:
    print('Could not initialize the boto3 client')
    sys.exit(1)

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.

This also supports easy Django configuration, for details go read the docs.

Change log

Change log was moved here.

Special thanks

My special thanks go out to the team at Mailerrize for their support.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc