
"Serverless"
This page describes getting data in from popular "Serverless" offerings.
ECS Fargate
IAM Policies and Roles
Create SSM
extensions:
health_check:
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
awsecscontainermetrics:
processors:
batch:
resourcedetection:
detectors:
- env
- system
- ecs
- ec2
filter:
metrics:
include:
match_type: strict
metric_names:
- ecs.task.memory.reserved
- ecs.task.memory.utilized
- ecs.task.cpu.reserved
- ecs.task.cpu.utilized
- ecs.task.network.rate.rx
- ecs.task.network.rate.tx
- ecs.task.storage.read_bytes
- ecs.task.storage.write_bytes
- container.duration
exporters:
otlphttp/example:
endpoint: "{INTAKE}"
headers:
Authorization: "Bearer {AUTH_TOKEN}"
service:
pipelines:
metrics/application:
receivers: [otlp]
processors: [resourcedetection, batch]
exporters: [otlphttp/example]
metrics:
receivers: [awsecscontainermetrics]
processors: [filter]
exporters: [otlphttp/example]
logs:
receivers: [otlp]
processors: [resourcedetection, batch]
exporters: [otlphttp/example]
traces:
receivers: [otlp]
processors: [resourcedetection, batch]
exporters: [otlphttp/example]
extensions: [health_check]Task Definition Specifics



AWS Lambda
Last updated