معرفی شرکت ها


aws-satella-2.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Integration of Satella's metrics with AWS CloudWatch
ویژگی مقدار
سیستم عامل -
نام فایل aws-satella-2.4
نام aws-satella
نسخه کتابخانه 2.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Piotr Maślanka
ایمیل نویسنده pmaslanka@smok.co
آدرس صفحه اصلی https://github.com/piotrmaslanka/aws-satella
آدرس اینترنتی https://pypi.org/project/aws-satella/
مجوز -
# aws-satella [![PyPI](https://img.shields.io/pypi/pyversions/aws-satella.svg)](https://pypi.python.org/pypi/aws-satella) [![PyPI version](https://badge.fury.io/py/aws-satella.svg)](https://badge.fury.io/py/aws-satella) [![PyPI](https://img.shields.io/pypi/implementation/aws-satella.svg)](https://pypi.python.org/pypi/aws-satella) [![License](https://img.shields.io/pypi/l/aws-satella)](https://github.com/piotrmaslanka/aws-satella) [![Build Status](https://app.travis-ci.com/piotrmaslanka/aws-satella.svg?branch=master)](https://travis-ci.com/piotrmaslanka/aws-satella) [![Test Coverage](https://api.codeclimate.com/v1/badges/d460105ad44269de543b/test_coverage)](https://codeclimate.com/github/piotrmaslanka/aws-satella/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/d460105ad44269de543b/maintainability)](https://codeclimate.com/github/piotrmaslanka/aws-satella/maintainability) [![Issue Count](https://codeclimate.com/github/piotrmaslanka/aws-satella/badges/issue_count.svg)](https://codeclimate.com/github/piotrmaslanka/aws-satella) [![Documentation Status](https://readthedocs.org/projects/aws-satella/badge/?version=latest)](http://aws-satella.readthedocs.io/en/latest/?badge=latest) A library to export Satella's metrics to AWS CloudWatch # Installation ```bash pip install aws-satella ``` # Usage ```python 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](https://aws-satella.readthedocs.io). You can additionally use ```python 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](https://aws-satella.readthedocs.org). # Change log Change log was moved [here](https://aws-satella.readthedocs.io/en/latest/changelog.html). # Special thanks My special thanks go out to the team at [Mailerrize](https://mailerrize.com) for their support.


نیازمندی

مقدار نام
- satella
- boto3
- botocore


زبان مورد نیاز

مقدار نام
!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.* Python


نحوه نصب


نصب پکیج whl aws-satella-2.4:

    pip install aws-satella-2.4.whl


نصب پکیج tar.gz aws-satella-2.4:

    pip install aws-satella-2.4.tar.gz