Releases: d3156/PrometheusExporterPlugin
Releases · d3156/PrometheusExporterPlugin
Multi-arch Release 1.1.4
Multi-arch Release 1.1.3
New Release
Multi-arch Release 1.1.2
New Release
Multi-arch Release 1.1.1
New Release
1.0.2
v1.0.1
PrometheusExporterPlugin v1.0.1 – Release Notes
Release date: 2026-01-23
Overview:
PrometheusExporterPlugin is a plugin for the PluginCore framework. It allows exporting metrics collected by MetricsModel to Prometheus, supporting both pull and push modes. This is the initial release.
Key Features:
- Pull mode: Runs an HTTP server on a configurable port (default 8000) to expose metrics in Prometheus format.
- Push mode: Sends metrics to a Prometheus PushGateway via HTTP.
- Automatic metrics registration: Integrates seamlessly with MetricsModel from PluginCore.
- Configurable: Supports a JSON config file (./configs/PrometheusExporter.json) for customization of mode, port, job name, and PushGateway URL.
Dynamic versioning: The plugin reports its version in logs and allows users to track releases.
Dependency handling: Uses EasyHttpLib for HTTP interactions and MetricsModel for metric storage.