Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions otel-ecs-fargate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

<!-- * [Update/Bug fix] message that describes the changes that you apply -->

### 1.1.0 / 2026-06-30

* [UPDATE] Use `otlp` v1.10.0 for profiles ingestion

### 1.0.0 / 2026-03-11

* [UPDATE] Changed from Parameter Store to S3 for configuration
Expand Down
11 changes: 6 additions & 5 deletions otel-ecs-fargate/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,15 @@ exporters:
domain: coralogix.com
logs:
headers:
X-Coralogix-Distribution: ecs-fargate-integration/1.0.0
X-Coralogix-Distribution: ecs-fargate-integration/1.1.0
metrics:
headers:
X-Coralogix-Distribution: ecs-fargate-integration/1.0.0
X-Coralogix-Distribution: ecs-fargate-integration/1.1.0
private_key: ${env:CORALOGIX_PRIVATE_KEY}
profiles:
headers:
X-Coralogix-Distribution: ecs-fargate-integration/1.0.0
X-Coralogix-Distribution: ecs-fargate-integration/1.1.0
x-coralogix-ingress: otlp/v1.10.0
subsystem_name: integration
subsystem_name_attributes:
- aws.ecs.container.name
Expand All @@ -138,13 +139,13 @@ exporters:
timeout: 30s
traces:
headers:
X-Coralogix-Distribution: ecs-fargate-integration/1.0.0
X-Coralogix-Distribution: ecs-fargate-integration/1.1.0
coralogix/resource_catalog:
application_name: resource
domain: coralogix.com
logs:
headers:
X-Coralogix-Distribution: ecs-fargate-integration/1.0.0
X-Coralogix-Distribution: ecs-fargate-integration/1.1.0
x-coralogix-ingress: metadata-as-otlp-logs/v1
private_key: ${CORALOGIX_PRIVATE_KEY}
subsystem_name: catalog
Expand Down
Loading