From d612399e5599af5082419ae131036d2b30265d89 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove Date: Fri, 7 May 2021 20:34:56 +0200 Subject: [PATCH] docs: Changelog for Scraper v2.3.0 & Resource Discovery v0.4.0 (#1628) Signed-off-by: Tom Kerkhove --- changelog/content/experimental/unreleased.md | 8 +------- .../released/v0.4.0-resource-discovery.md | 11 +++++++++++ changelog/content/released/v2.3.0-scraper.md | 16 ++++++++++++++++ 3 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 changelog/content/released/v0.4.0-resource-discovery.md create mode 100644 changelog/content/released/v2.3.0-scraper.md diff --git a/changelog/content/experimental/unreleased.md b/changelog/content/experimental/unreleased.md index c5d762e54..76b331eec 100644 --- a/changelog/content/experimental/unreleased.md +++ b/changelog/content/experimental/unreleased.md @@ -6,13 +6,7 @@ version: #### Scraper -- {{% tag added %}} Provide scraper for Azure Monitor Autoscale ([docs](https://promitor.io/configuration/v2.x/metrics/monitor-autoscale) - | [#1593](https://github.com/tomkerkhove/promitor/issues/1593)) -- {{% tag added %}} Provide capability to transform metric labels in Prometheus ([docs](https://promitor.io/configuration/v2.x/runtime/scraper#prometheus-scraping-endpoint) -- {{% tag added %}} Provide capability to limit the amount of resources to query when using filters/dimensions ([docs](https://promitor.io/configuration/v2.x/metrics) - | [#1596](https://github.com/tomkerkhove/promitor/issues/1596)) -- {{% tag added %}} Provide capability to define default custom labels ([docs](https://promitor.io/configuration/v2.x/metrics/) - | [#1608](https://github.com/tomkerkhove/promitor/issues/1608)) +None. #### Resource Discovery diff --git a/changelog/content/released/v0.4.0-resource-discovery.md b/changelog/content/released/v0.4.0-resource-discovery.md new file mode 100644 index 000000000..debdabfaf --- /dev/null +++ b/changelog/content/released/v0.4.0-resource-discovery.md @@ -0,0 +1,11 @@ +--- +subtitle: "released on 2021-05-07" +date: 2021-05-07T10:38:47+02:00 +weight: 1005 +version: Resource Discovery - v0.4.0 +--- + +- {{% tag added %}} Provide scraper for Azure Monitor Autoscale ([docs](https://promitor.io/configuration/v2.x/metrics/monitor-autoscale) + | [#1593](https://github.com/tomkerkhove/promitor/issues/1593)) + +Full release notes can be found [here](https://github.com/tomkerkhove/promitor/releases/tag/ResourceDiscovery-v0.4.0). diff --git a/changelog/content/released/v2.3.0-scraper.md b/changelog/content/released/v2.3.0-scraper.md new file mode 100644 index 000000000..d1eef6c62 --- /dev/null +++ b/changelog/content/released/v2.3.0-scraper.md @@ -0,0 +1,16 @@ +--- +subtitle: "released on 2021-05-07" +date: 2021-05-07T10:38:47+02:00 +weight: 1004 +version: Scraper - v2.3.0 +--- + +- {{% tag added %}} Provide scraper for Azure Monitor Autoscale ([docs](https://promitor.io/configuration/v2.x/metrics/monitor-autoscale) + | [#1593](https://github.com/tomkerkhove/promitor/issues/1593)) +- {{% tag added %}} Provide capability to transform metric labels in Prometheus ([docs](https://promitor.io/configuration/v2.x/runtime/scraper#prometheus-scraping-endpoint)) +- {{% tag added %}} Provide capability to limit the amount of resources to query when using filters/dimensions ([docs](https://promitor.io/configuration/v2.x/metrics) + | [#1596](https://github.com/tomkerkhove/promitor/issues/1596)) +- {{% tag added %}} Provide capability to define default custom labels ([docs](https://promitor.io/configuration/v2.x/metrics/) + | [#1608](https://github.com/tomkerkhove/promitor/issues/1608)) + +Full release notes can be found [here](https://github.com/tomkerkhove/promitor/releases/tag/Scraper-v2.2.0).