# appenlight_diamond Python-Diamond handler for App Enlight
Usage
If not using diamond version that comes with bundled handler, you first need to install the package:
pip install appenlight_diamond
Then you need to add the handler to your diamond.conf handler section:
# Handlers for published metrics. handlers = diamond.handler.appenlight.AppenlightMetricHandler, ..., diamond.handler.archive.ArchiveHandler
If your installation doesn’t ship the handler yet the handler and you installed it on your own, line needs to be slightly different:
# Handlers for published metrics. handlers = appenlight_diamond.AppenlightMetricHandler, ..., diamond.handler.archive.ArchiveHandler
Finally, you need to add a configuration section:
[[AppenlightMetricHandler]] apikey = PRIVATE_API_KEY #server = http://optional.custom.server.com
apikey is mandatory, server is optional and by default https://api.appenlight.com will be used as default value.
Release files for appenlight-diamond 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| appenlight_diamond-0.1.0.tar.gz | 3.3 kB | Details |
Release files / appenlight_diamond-0.1.0.tar.gz
| Download URL | appenlight_diamond-0.1.0.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4bb03c8e80ba9bf3dc8282d6e4eec3326f97bf2337d335aad2bb781ee2a9114e
|
|
BLAKE2b-256 checksum How to use checksums |
149db0992a698e52e41d1e26e9a72397253cb628c3e3a12060f10d2e3567bc44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |