Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
11 changes: 11 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## OpenTelemetry-Integration

### v0.0.324 / 2026-07-07

- [Chore] Bump OBI version to 0.10.0.
- [Chore] Updates default `contextPropagation.mode` from "http,tcp" to "headers,tcp"
- [Chore] Fixes typo in default config: `payload_extraction.http.genai.rerank`
- [Chore] Adds `runtimeMetrics.go.enabled` and `runtimeMetrics.jvm.enabled` options (both default `false`) to opt in to the new Go and JVM application runtime metrics
- [Chore] Adds `health_check.port` (default `0`/disabled) to the default OBI config to surface the new pipeline health-check endpoint
- [Chore] Updates `stats.enabled: true` now also adds the "stats" metrics feature to `otel_metrics_export.features`; previously it only mounted tracefs, so stat probes loaded as no-op stubs and no stats metrics were ever exported
- [Chore] Migrates default discovery config from deprecated `services`/`exclude_services` to `instrument`/`exclude_instrument` with glob syntax
- [Chore] Fixes default `k8s_namespace` pattern from `.` (matches any single character) to `".*"` (matches any namespace)

### v0.0.323 / 2026-07-01

- [Chore] Bump chart dependency to opentelemetry-collector 0.134.3
Expand Down
4 changes: 2 additions & 2 deletions otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: otel-integration
description: OpenTelemetry Integration
version: 0.0.323
version: 0.0.324
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand Down Expand Up @@ -61,7 +61,7 @@ dependencies:
condition: opentelemetry-ebpf-profiler.enabled
- name: opentelemetry-ebpf-instrumentation
alias: opentelemetry-ebpf-instrumentation
version: "0.1.17"
version: "0.1.18"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts
condition: opentelemetry-ebpf-instrumentation.enabled
- name: coralogix-operator
Expand Down
24 changes: 12 additions & 12 deletions otel-integration/k8s-helm/tests/golden/ebpf-profiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,14 @@ data:
timeout: 10s
logs:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
metrics:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
private_key: ${env:CORALOGIX_PRIVATE_KEY}
profiles:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
x-coralogix-ingress: otlp/v1.10.0
sending_queue:
batch:
Expand All @@ -213,13 +213,13 @@ data:
timeout: 30s
traces:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
coralogix/resource_catalog:
application_name: resource
domain: eu2.coralogix.com
logs:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
x-coralogix-ingress: metadata-as-otlp-logs/v1
private_key: ${CORALOGIX_PRIVATE_KEY}
sending_queue:
Expand Down Expand Up @@ -1034,14 +1034,14 @@ data:
timeout: 10s
logs:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
metrics:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
private_key: ${env:CORALOGIX_PRIVATE_KEY}
profiles:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
x-coralogix-ingress: otlp/v1.10.0
sending_queue:
batch:
Expand All @@ -1063,13 +1063,13 @@ data:
timeout: 30s
traces:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
coralogix/resource_catalog:
application_name: resource
domain: eu2.coralogix.com
logs:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
x-coralogix-ingress: metadata-as-otlp-logs/v1
private_key: ${CORALOGIX_PRIVATE_KEY}
sending_queue:
Expand Down Expand Up @@ -2011,7 +2011,7 @@ spec:
template:
metadata:
annotations:
checksum/config: fcebd4b375157237696dc1fba3bce67032c545d0151a20ab043140669376965b
checksum/config: 52c4d63393c1c4d7d0408defb9f666bbd48ec0c5ef0df01148b444cf9b9efaf9

labels:
app.kubernetes.io/name: opentelemetry-agent
Expand Down Expand Up @@ -2198,7 +2198,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 8d0490953e25467fc58c360d69359b8816fb4b65c1bd5fa146d74625343f9d0c
checksum/config: 02294b6f499e160dffadaf6388b4a0f28f602eab9243ebf39f8ea5880f034e02

labels:
app.kubernetes.io/name: opentelemetry-cluster-collector
Expand Down
20 changes: 10 additions & 10 deletions otel-integration/k8s-helm/tests/golden/eks-fargate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ data:
timeout: 10s
logs:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
metrics:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
private_key: ${env:CORALOGIX_PRIVATE_KEY}
profiles:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
x-coralogix-ingress: otlp/v1.10.0
sending_queue:
batch:
Expand All @@ -87,7 +87,7 @@ data:
timeout: 30s
traces:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
debug: {}
extensions:
health_check:
Expand Down Expand Up @@ -332,14 +332,14 @@ data:
timeout: 10s
logs:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
metrics:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
private_key: ${env:CORALOGIX_PRIVATE_KEY}
profiles:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
x-coralogix-ingress: otlp/v1.10.0
sending_queue:
batch:
Expand All @@ -364,7 +364,7 @@ data:
timeout: 30s
traces:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
debug: {}
extensions:
health_check:
Expand Down Expand Up @@ -809,7 +809,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 3fc7070da8832bdd122c07b9464004b914307c9707cf8c5c5d6f457dfcdc85f5
checksum/config: a91f9fcdd39e80e6ab14eb268809701fa1086ac9bd587768e197a039476f4790

labels:
app.kubernetes.io/name: opentelemetry-agent-eks-fargate-monitoring
Expand Down Expand Up @@ -924,7 +924,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 3a2e37439c839748818a3b5184f838903e8a557205f652521006f763ea5204a4
checksum/config: c98953fb949b01093c19c05844289308ae936591ee74c83176fb0b10102389c8

labels:
app.kubernetes.io/name: opentelemetry-agent-eks-fargate
Expand Down
34 changes: 17 additions & 17 deletions otel-integration/k8s-helm/tests/golden/tail-sampling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,14 @@ data:
timeout: 10s
logs:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
metrics:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
private_key: ${env:CORALOGIX_PRIVATE_KEY}
profiles:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
x-coralogix-ingress: otlp/v1.10.0
sending_queue:
batch:
Expand All @@ -217,13 +217,13 @@ data:
timeout: 30s
traces:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
coralogix/resource_catalog:
application_name: resource
domain: eu2.coralogix.com
logs:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
x-coralogix-ingress: metadata-as-otlp-logs/v1
private_key: ${CORALOGIX_PRIVATE_KEY}
sending_queue:
Expand Down Expand Up @@ -1035,14 +1035,14 @@ data:
timeout: 10s
logs:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
metrics:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
private_key: ${env:CORALOGIX_PRIVATE_KEY}
profiles:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
x-coralogix-ingress: otlp/v1.10.0
sending_queue:
batch:
Expand All @@ -1064,13 +1064,13 @@ data:
timeout: 30s
traces:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
coralogix/resource_catalog:
application_name: resource
domain: eu2.coralogix.com
logs:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
x-coralogix-ingress: metadata-as-otlp-logs/v1
private_key: ${CORALOGIX_PRIVATE_KEY}
sending_queue:
Expand Down Expand Up @@ -1725,14 +1725,14 @@ data:
timeout: 10s
logs:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
metrics:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
private_key: ${env:CORALOGIX_PRIVATE_KEY}
profiles:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
x-coralogix-ingress: otlp/v1.10.0
sending_queue:
batch:
Expand All @@ -1754,7 +1754,7 @@ data:
timeout: 30s
traces:
headers:
X-Coralogix-Distribution: helm-otel-integration/0.0.323
X-Coralogix-Distribution: helm-otel-integration/0.0.324
debug: {}
extensions:
health_check:
Expand Down Expand Up @@ -2195,7 +2195,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 999798f48b9431eba55e8903face64a9661ca031b9b5ecf438d44b92c2723f17
checksum/config: 52d62e6097b3b366944d1396929f86140738d0c4fdc5aac2020084665ee6b40b

labels:
app.kubernetes.io/name: opentelemetry-agent
Expand Down Expand Up @@ -2382,7 +2382,7 @@ spec:
template:
metadata:
annotations:
checksum/config: f21e50fc9da376cb46fd8d77d977e644dccca6d46f09719571fecc16808dabda
checksum/config: e2472318ff504d54bc96872cfd1252f90b1f8b3be03500efdf83ef61e77fcaa8

labels:
app.kubernetes.io/name: opentelemetry-cluster-collector
Expand Down Expand Up @@ -2506,7 +2506,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 58452d177aa2b2e6a71678c479306b46274c947c9b8fe0685dbd41ddd3b02d3b
checksum/config: f6e094d19707522f1e314902a6ba8f3f145d2964dc9fa57e7e9823a6ed814963

labels:
app.kubernetes.io/name: opentelemetry-gateway
Expand Down
Loading
Loading