Skip to content

Commit

Permalink
Merge pull request #200 from logzio/feature/update-aws-metrics-otlp1.0
Browse files Browse the repository at this point in the history
[Feature] Update aws metrics to use otlp 1.0 lambda consumer
  • Loading branch information
yotamloe authored Dec 8, 2024
2 parents 876bb7e + 99c382d commit 754054f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/3-2-aws-metric-stream.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"supportedOs": ["AWS_Cloudformation"],
"productTags": ["METRICS"],
"filterTags": ["AWS", "Most Popular"],
"integrationTemplate": "metric-stream-helpers/aws/1.3.4/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/aws/1.4.0/sam-template.yaml&param_logzioDestination=https://listener-otlp-aws-metrics-stream-<<LOGZIO_ACCOUNT_REGION_CODE>>.logz.io/&param_logzioListener=https://<<LOGZIO_LISTENER_ADDRESS>>:8053",
"datasources": [
{
"name": "AWS_Metrics",
Expand Down

0 comments on commit 754054f

Please sign in to comment.