From 28c672d9ba5358b0ca6def2aa2f231ec0bd60b9f Mon Sep 17 00:00:00 2001 From: Miri Bar <37478344+mirii1994@users.noreply.github.com> Date: Mon, 28 Nov 2022 11:45:47 +0200 Subject: [PATCH] Aws metrics 1.1.0 (#52) * try * newline * update version in windows script --- configs/aws-metric-stream.json | 6 ++++-- scripts/windows/agent.ps1 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/configs/aws-metric-stream.json b/configs/aws-metric-stream.json index a764e6dfc..ca197ee6e 100644 --- a/configs/aws-metric-stream.json +++ b/configs/aws-metric-stream.json @@ -10,7 +10,7 @@ "description": "Cloudwatch Metrics", "hint": "AWS metrics to ship to Logz.io", "supportedOs": ["AWS_Cloudformation"], - "integrationTemplate": "metric-stream-helpers/cloudformation/1.0.0/sam-template.yaml¶m_logzioDestination=https://listener-aws-metrics-stream-<>.logz.io/¶m_logzioListener=https://<>:8053", + "integrationTemplate": "metric-stream-helpers/cloudformation/1.1.0/sam-template.yaml¶m_logzioDestination=https://listener-aws-metrics-stream-<>.logz.io/¶m_logzioListener=https://<>:8053", "datasources": [ { "name": "Cloudwatch Metrics", @@ -68,6 +68,7 @@ "required": true, "description": "Services that you need to collect metrics from.", "options": [ + { "label": "All Namespaces", "value": "all-namespaces" }, { "label": "Amplify", "value": "AWS/AmplifyHosting" }, { "label": "API Gateway", "value": "AWS/ApiGateway" }, { "label": "App Runner", "value": "AWS/AppRunner" }, @@ -205,4 +206,5 @@ ] } ] - } \ No newline at end of file + } + \ No newline at end of file diff --git a/scripts/windows/agent.ps1 b/scripts/windows/agent.ps1 index 294868088..ebf04c5a0 100755 --- a/scripts/windows/agent.ps1 +++ b/scripts/windows/agent.ps1 @@ -143,7 +143,7 @@ function Write-AgentSupport { # Agent version -$script:AgentVersion = 'v1.0.22' +$script:AgentVersion = 'v1.0.26' # Settings $ProgressPreference = 'SilentlyContinue'