Skip to content

Releases: signal-ai/prometheus-ecs-sd

v1.6.0

17 May 08:26
9721450
Compare
Choose a tag to compare
  • Allow manual specification of cluster ARNs rather than fetching all clusters in the account (#15)

v1.5.2

27 Apr 12:23
Compare
Choose a tag to compare
  • Prefix tag labels with __meta_ecs_tag_ (a9a9ba5)

v1.5.1

27 Apr 11:48
Compare
Choose a tag to compare
  • Fix for argument parsing issue introduced in v1.5 (6587284)

v1.5

27 Apr 11:44
Compare
Choose a tag to compare

There was an issue with argument parsing in this release, please use v1.5.1 instead.

  • Support converting tags to labels using the --tags-to-labels argument (208dcce)

v1.4

08 Apr 10:03
6e81c08
Compare
Choose a tag to compare
  • Add --default-scrape-interval-prefix flag to customise the target filename for targets which do not explicitly configure a scrape interval, defaults to the existing default of 1m (#12)

v1.3

16 Dec 10:56
Compare
Choose a tag to compare
  • Support multiple containers in the same task exposing prometheus metrics, previously only the first container definition was used

Note: mention of python2 support has been removed from the README. There are no breaking changes affecting python2 support for now but we will not explicitly support it going forwards.

v1.2

20 May 16:26
Compare
Choose a tag to compare
  • Fix ecs_task_id label to support new ARN format for tasks
  • Fix PROMETHEUS_CONTAINER_PORT for Python3

v1.1

07 Mar 17:17
Compare
Choose a tag to compare

PROMETHEUS_CONTAINER_PORT can be set when a container has multiple ports (network bridge mode).

v1.0

07 Sep 18:44
Compare
Choose a tag to compare
Adding support for Fargate