Skip to content

Releases: d3156/PrometheusExporterPlugin

Multi-arch Release 1.1.4

26 Feb 15:34

Choose a tag to compare

Multi-arch Release 1.1.3

22 Feb 21:42

Choose a tag to compare

Multi-arch Release 1.1.2

21 Feb 13:28

Choose a tag to compare

Multi-arch Release 1.1.1

19 Feb 09:52

Choose a tag to compare

1.0.2

02 Feb 12:59

Choose a tag to compare

PrometheusExporterPlugin v1.0.2

Release date: 2026-02-02

Overview:

Using new MetricsModel interface and PluginCore 1.1.0

v1.0.1

23 Jan 08:48

Choose a tag to compare

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.