Skip to content

Commit fd82bb4

Browse files
committed
Add stat metrics support
Signed-off-by: Giuseppe Ognibene <giuseppe.ognibene@coralogix.com>
1 parent 5c20793 commit fd82bb4

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

otel-integration/CHANGELOG.md

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

33
## OpenTelemetry-Integration
44

5+
### v0.0.320 / 2026-06-24
6+
7+
- [Feat] Add stat metrics option to OBI config, defaults false.
8+
59
### v0.0.319 / 2026-06-23
610

711
- [Chore] Bump chart dependency to opentelemetry-collector 0.134.0

otel-integration/k8s-helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: otel-integration
33
description: OpenTelemetry Integration
4-
version: 0.0.319
4+
version: 0.0.320
55
keywords:
66
- OpenTelemetry Collector
77
- OpenTelemetry Agent
@@ -56,7 +56,7 @@ dependencies:
5656
condition: opentelemetry-ebpf-profiler.enabled
5757
- name: opentelemetry-ebpf-instrumentation
5858
alias: opentelemetry-ebpf-instrumentation
59-
version: "0.1.16"
59+
version: "0.1.17"
6060
repository: https://cgx.jfrog.io/artifactory/coralogix-charts
6161
condition: opentelemetry-ebpf-instrumentation.enabled
6262
- name: coralogix-operator

otel-integration/k8s-helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ global:
55
defaultSubsystemName: "integration"
66
logLevel: "info"
77
collectionInterval: "30s"
8-
version: "0.0.319"
8+
version: "0.0.320"
99
deploymentEnvironmentName: ""
1010

1111
extensions:

0 commit comments

Comments
 (0)