Skip to content

Releases: benc-uk/postman-prometheus

v1.3.6 - Bug fix for status API

19 Jul 12:28
Compare
Choose a tag to compare

BUG FIX RELEASE

  • Status endpoint didn't work, when running in container. I'm a doofus!

Pull image from the command line:

docker pull ghcr.io/benc-uk/postman-prometheus:1.3.6

Use as base image in Dockerfile:

FROM ghcr.io/benc-uk/postman-prometheus:1.3.6

v1.3.5 - Status endpoint

19 Jul 11:29
884ebcf
Compare
Choose a tag to compare

Some small new features

  • Status endpoint to show what monitors are configured and other details
  • Health endpoint
  • Docs

Pull image from the command line:

docker pull ghcr.io/benc-uk/postman-prometheus:1.3.5

Use as base image in Dockerfile:

FROM ghcr.io/benc-uk/postman-prometheus:1.3.5

v1.3.0 - New features!

17 Jul 11:27
Compare
Choose a tag to compare

Fixes several issues

  • Configurable metrics endpoint #13
  • Messed up Docker base image for collections.json file #12
  • Regularly refresh & fetch updated collection/env files from remote URLs #6

Pull image from the command line:

docker pull ghcr.io/benc-uk/postman-prometheus:1.3.0

Use as base image in Dockerfile:

FROM ghcr.io/benc-uk/postman-prometheus:1.3.0

v1.2.2

17 Jul 07:12
Compare
Choose a tag to compare

Several bug fixes including changes from #15

Pull image from the command line:

docker pull ghcr.io/benc-uk/postman-prometheus:1.2.2

Use as base image in Dockerfile:

FROM ghcr.io/benc-uk/postman-prometheus:1.2.2

v1.2.1

09 Nov 17:53
Compare
Choose a tag to compare

Better logging for requests and assertion failures

v1.2.0

05 Nov 08:52
Compare
Choose a tag to compare

Now emits per-request assertion metrics (total and failed), as postman_request_failed_assertions and postman_request_total_assertions both metrics have the label request_name

v1.1.0

30 Mar 15:32
Compare
Choose a tag to compare

[1.1.0] - 2021-30-03

Added

  • Support for setting vars at runtime using POSTMAN_{var}

First release

21 Mar 17:06
Compare
Choose a tag to compare

First. Exciting eh?

docker pull docker pull ghcr.io/benc-uk/postman-prometheus:1.0.0