Metadata-Version: 2.1
Name: backend.ai-monitor-sentry
Version: 0.2.1
Summary: Backend.AI Error Monitoring Plugin with Sentry
Home-page: https://backend.ai
Author: Lablup Inc.
Author-email: joongi@lablup.com
License: LGPLv3
Project-URL: Documentation, https://docs.backend.ai
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: backend.ai-common
Requires-Dist: sentry-sdk (>=0.15.1)
Provides-Extra: build
Requires-Dist: wheel (>=0.34.2) ; extra == 'build'
Requires-Dist: twine (>=3.1.1) ; extra == 'build'
Provides-Extra: ci
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: pytest (>=5.4.3) ; extra == 'test'
Requires-Dist: pytest-asyncio (>=0.12.0) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'

# Backend.ai Error Monitoring Plugin with Sentry

## Installation

Just `pip install backend.ai-monitor-sentry` inside the virtualenv of the Backend.AI Manager and Agent.

## Configuration

Set a key with the Sentry DSN string in the cluster's etcd, by running the following command:
```
backend.ai mgr etcd put config/plugins/error_monitor/sentry/dsn "<dsn>"
```


