Skip to content

Commit 7e0d1d0

Browse files
[ecs-fargate] Add otlp version header for profiles (#952)
# Description Fixes CX-41583. --------- Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
1 parent 684cac6 commit 7e0d1d0

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

.github/workflows/chart-version-bump-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
with:
1414
fetch-depth: 0
15-
- uses: dorny/paths-filter@v2
15+
- uses: dorny/paths-filter@v3
1616
id: filter
1717
with:
1818
predicate-quantifier: every

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
29-
- uses: dorny/paths-filter@v2
29+
- uses: dorny/paths-filter@v3
3030
id: filter
3131
with:
3232
filters: |
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v2
6060
with:
6161
fetch-depth: 0
62-
- uses: dorny/paths-filter@v2
62+
- uses: dorny/paths-filter@v3
6363
id: filter
6464
with:
6565
predicate-quantifier: every

otel-ecs-fargate/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

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

11+
### 1.1.0 / 2026-06-30
12+
13+
* [UPDATE] Use `otlp` v1.10.0 for profiles ingestion
14+
1115
### 1.0.0 / 2026-03-11
1216

1317
* [UPDATE] Changed from Parameter Store to S3 for configuration

otel-ecs-fargate/config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,15 @@ exporters:
122122
domain: coralogix.com
123123
logs:
124124
headers:
125-
X-Coralogix-Distribution: ecs-fargate-integration/1.0.0
125+
X-Coralogix-Distribution: ecs-fargate-integration/1.1.0
126126
metrics:
127127
headers:
128-
X-Coralogix-Distribution: ecs-fargate-integration/1.0.0
128+
X-Coralogix-Distribution: ecs-fargate-integration/1.1.0
129129
private_key: ${env:CORALOGIX_PRIVATE_KEY}
130130
profiles:
131131
headers:
132-
X-Coralogix-Distribution: ecs-fargate-integration/1.0.0
132+
X-Coralogix-Distribution: ecs-fargate-integration/1.1.0
133+
x-coralogix-ingress: otlp/v1.10.0
133134
subsystem_name: integration
134135
subsystem_name_attributes:
135136
- aws.ecs.container.name
@@ -138,13 +139,13 @@ exporters:
138139
timeout: 30s
139140
traces:
140141
headers:
141-
X-Coralogix-Distribution: ecs-fargate-integration/1.0.0
142+
X-Coralogix-Distribution: ecs-fargate-integration/1.1.0
142143
coralogix/resource_catalog:
143144
application_name: resource
144145
domain: coralogix.com
145146
logs:
146147
headers:
147-
X-Coralogix-Distribution: ecs-fargate-integration/1.0.0
148+
X-Coralogix-Distribution: ecs-fargate-integration/1.1.0
148149
x-coralogix-ingress: metadata-as-otlp-logs/v1
149150
private_key: ${CORALOGIX_PRIVATE_KEY}
150151
subsystem_name: catalog

0 commit comments

Comments
 (0)