Cobe is a platform for monitoring applications and services. It provides a live, searchable view of your infrastructure components, and their relationships, decorated with metrics and alarms.
This library provides an interface to topologically model custom Python applications using Cobe. Both Python 2 and 3 are supported.
Example
import cobe
with cobe.Source(destination='stream.cobe.io') as source:
model = cobe.Model()
application = cobe.Update('MyApplication')
subsystem = cobe.Update('MyApplication:SubSystem')
subsystem.attributes['performance'].set(9001)
subsystem.attributes['performance'].traits.add('metric:gauge')
model.relate(parent=application, child=subsystem)
model.relate(parent=cobe.identify_process(), child=application)
source.send(model)
Getting Started
Firstly you will need a Cobe account and Topology. Once you’ve created your topology, read the getting started documentation to start monitoring your own Python applications.
If you come across any bugs please do report them.
Release files for python-cobe 0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-cobe-0.2.2.tar.gz | 26.6 kB | Details |
Release files / python-cobe-0.2.2.tar.gz
| Download URL | python-cobe-0.2.2.tar.gz |
|---|---|
| Size | 26.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7aed20291cc23182ea7d79bc97c46e322c59eb405a6d666b2477165b887b5f13
|
|
BLAKE2b-256 checksum How to use checksums |
3d4bfbcb102f80b23aa229926f99372ee9ab5b7ecef86c3b459ef81a46c5b9cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |