App Enlight metrics handler for diamond
Project description
# 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file appenlight_diamond-0.1.0.tar.gz
.
File metadata
- Download URL: appenlight_diamond-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bb03c8e80ba9bf3dc8282d6e4eec3326f97bf2337d335aad2bb781ee2a9114e |
|
MD5 | f8657cd8e89bc3a10e8f56d26f32ef3e |
|
BLAKE2b-256 | 149db0992a698e52e41d1e26e9a72397253cb628c3e3a12060f10d2e3567bc44 |