Skip to content

Commit

Permalink
Aws metrics 1.1.0 (#52)
Browse files Browse the repository at this point in the history
* try

* newline

* update version in windows script
  • Loading branch information
mirii1994 authored Nov 28, 2022
1 parent 465423c commit 28c672d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions configs/aws-metric-stream.json
Original file line number Diff line number Diff line change
Expand Up @@ -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&param_logzioDestination=https://listener-aws-metrics-stream-<<LOGZIO_ACCOUNT_REGION_CODE>>.logz.io/&param_logzioListener=https://<<LOGZIO_LISTENER_ADDRESS>>:8053",
"integrationTemplate": "metric-stream-helpers/cloudformation/1.1.0/sam-template.yaml&param_logzioDestination=https://listener-aws-metrics-stream-<<LOGZIO_ACCOUNT_REGION_CODE>>.logz.io/&param_logzioListener=https://<<LOGZIO_LISTENER_ADDRESS>>:8053",
"datasources": [
{
"name": "Cloudwatch Metrics",
Expand Down Expand Up @@ -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" },
Expand Down Expand Up @@ -205,4 +206,5 @@
]
}
]
}
}

2 changes: 1 addition & 1 deletion scripts/windows/agent.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function Write-AgentSupport {


# Agent version
$script:AgentVersion = 'v1.0.22'
$script:AgentVersion = 'v1.0.26'

# Settings
$ProgressPreference = 'SilentlyContinue'
Expand Down

0 comments on commit 28c672d

Please sign in to comment.