The interface library robotframework-prometheus provides Robot Framework keywords to communicate with the monitoring system Prometheus.
How to install
The interface library robotframework-prometheus can be installed in two different ways.
Installation via PyPi (recommended for users)
pip install robotframework-prometheusInstallation via GitHub (recommended for developers)
Clone the robotframework-prometheus repository to your machine.
git clone https://github.com/test-fullautomation/robotframework-prometheus.gitUse the following command to install robotframework-prometheus (executed in repository main folder):
python -m pip install .Or:
python -m pip install --proxy <proxy> .This command will also download and install all dependencies that are required to work with the source files in the current repository. After the initial installation of robotframework-prometheus is done, you have the following two possibilities:
Clean the previous installation:
python "./cleanup_installation.py"cleanup_installation.py explicitly deletes all files and folders within the component installation folder under site-packages and also deletes local build artefacts.
Render the component documentation:
python "./genpackagedoc.py"This would e.g. be required in case of changes in the interface of robotframework-prometheus.
The documentation is rendered by a separate application called GenPackageDoc, that is part of the build dependencies and runtime dependencies of robotframework-prometheus.
GenPackageDoc needs to be configured. Details about how to do this, can be found in the README.rst (sections Install dependencies and Configure dependencies).
Use the following command to build robotframework-prometheus (executed in repository main folder):
python -m build .Or:
python -m pip config set global.proxy <proxy> python -m build .
Package Documentation
A detailed documentation of the prometheus_interface can be found here:
Feedback
To give us a feedback, you can send an email to Thomas Pollerspöck
In case you want to report a bug or request any interesting feature, please don’t hesitate to raise a ticket.
Maintainers
Contributors
License
Copyright 2020-2026 Robert Bosch GmbH
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Release files for robotframework-prometheus 0.9.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 | |
|---|---|---|---|
| robotframework_prometheus-0.9.0.tar.gz | 159.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| robotframework_prometheus-0.9.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 315.0 kB
Release files / robotframework_prometheus-0.9.0.tar.gz
| Download URL | robotframework_prometheus-0.9.0.tar.gz |
|---|---|
| Size | 159.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e4aab1d200b53bbbc2d23bc07a3d4053966163692c2ba2a5f54df2016a9ee0a
|
|
BLAKE2b-256 checksum How to use checksums |
ac578e76d92d243fcf6a002f35cd796e1190b11e3f9fbe5f23a6f4876a9eb2e3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / robotframework_prometheus-0.9.0-py3-none-any.whl
| Download URL | robotframework_prometheus-0.9.0-py3-none-any.whl |
|---|---|
| Size | 155.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4ec81653e3d07bae71aa49113dce08369c7bfe23287a38ca98e8b736fbe63e88
|
|
BLAKE2b-256 checksum How to use checksums |
18fa482fc35e65200d312365842a6cb7b53a01f4aa3b9b5902d5de5920c23f04
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|