Skip to content

Releases: docker-flow/docker-flow-monitor

Upgraded Prometheus to v2.2.0

11 Mar 12:17
Compare
Choose a tag to compare

DFP has been upgraded to use Prometheus 2.2.0

alertPersistent parameter

21 Feb 21:20
b32141b
Compare
Choose a tag to compare

A new parameter `alertPersistent' was added. Please consult Alert Parameters documentation for more info.

AlertIf Secrets

17 Feb 20:32
c13d11a
Compare
Choose a tag to compare

Docker Flow Monitor now supports Docker Secrets for adding custom alertIf shortcuts.

Please consult AlertIf Secrets Configuration for more info.

Added jobs scrape interval and timeout

10 Feb 18:36
c13d11a
Compare
Choose a tag to compare

Please consult Scrape Parameters for more info. Fixes #30.

AlertIf Logical Operators

09 Feb 20:13
03da12d
Compare
Choose a tag to compare

The logical operators and, unless, and or can be used in combinations with AlertIf Parameter Shortcuts.

Please consult AlertIf Logical Operators documentation for more info.

Flexible labeling

09 Feb 03:08
b213c91
Compare
Choose a tag to compare

Adds flexible labeling of exporters to DFM. Please consult the Flexible Labeling with Docker Flow Monitor tutorial to learn more.

Upgraded Prometheus to v2.1.0

28 Jan 17:04
Compare
Choose a tag to compare

Prometheus was upgraded to v2.1.0

Prometheus 2.0 support

20 Dec 18:55
Compare
Choose a tag to compare

Starting from this release, DFM is using Prometheus 2.x. Existing users need to migrate their data or choose to start over. Please visit the migration section of the documentation for more info. Big thanks to @thomasjpfan for this PR.

replicas_more_than and replicas_less_than shortcuts

07 Dec 21:31
057927b
Compare
Choose a tag to compare

@replicas_more_than and @replicas_less_than shortcuts were added. Please consult AlertIf Parameter Shortcuts for more info.

Big thanks to @andrh for the PR.

metricsPath

30 Oct 15:03
Compare
Choose a tag to compare

A new parameter metricsPath was added. It allows users to change the metrics endpoint which defaults to /metrics.