Export stellar core metrics in prometheus format
Project description
Overview
The Stellar Core Prometheus Exporter reads metrics exposed by the stellar-core daemon and exposes them in prometheus format.
Configuration
Optional config can be provided using CLI arguments or environment variables.
Supported configuration options:
- --stellar-core-address - address of monitored stellar-core. Defaults to
http://127.0.0.1:11626. Can also be set usingSTELLAR_CORE_ADDRESSenvironment variable - --port - listening port. Defaults to
9473. Can also be set usingPORTenvironment variable
Grafana dashboard
Grafana can be used to visualise data. Example dashboards are shipped with this code. Latest versions is also available on grafana.com
Please refer to the documentation for details.
Docker image
Included Dockerfile uses apt package to deploy the exporter. Example build command:
docker build -t stellar-core-prometheus-exporter:latest .
Installing from pypi
To download/test package in pypi you can use venv:
python3 -m venv venv
. venv/bin/activate
Install:
python3 -m pip install stellar_core_prometheus_exporter
Run:
./venv/bin/stellar-core-prometheus-exporter
Releasing new version
- ensure you bumped version number in setup.py. PyPi does not allow version reuse
- build new package:
python3 setup.py sdist bdist_wheel
- push to testpypi:
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
- test by installing the package (see above). If all good release:
python3 -m twine upload dist/*
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stellar_core_prometheus_exporter-0.10.6-py3-none-any.whl.
File metadata
- Download URL: stellar_core_prometheus_exporter-0.10.6-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff9c0a78c67437b820541ac321c564f29274d01057b45ed325ed37fe7eb88a30
|
|
| MD5 |
71892cacbd8382a0a2d184ef4471c2e0
|
|
| BLAKE2b-256 |
01328ba1bff90bf96b4bf69a0f5ba9ec73c8db450f9e3d812b49df52c11ee7a7
|