Releases: signal-ai/prometheus-ecs-sd
Releases · signal-ai/prometheus-ecs-sd
v1.6.0
- Allow manual specification of cluster ARNs rather than fetching all clusters in the account (#15)
v1.5.2
- Prefix tag labels with
__meta_ecs_tag_
(a9a9ba5)
v1.5.1
- Fix for argument parsing issue introduced in
v1.5
(6587284)
v1.5
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
- 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
- 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
- Fix ecs_task_id label to support new ARN format for tasks
- Fix PROMETHEUS_CONTAINER_PORT for Python3
v1.1
PROMETHEUS_CONTAINER_PORT can be set when a container has multiple ports (network bridge mode).
v1.0
Adding support for Fargate