Skip to content

Commit

Permalink
[otel-agent] use coralogix opentelemetry-helm-charts fork
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Jun 26, 2023
1 parent b1ae4fa commit 235ec72
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 3 deletions.
122 changes: 122 additions & 0 deletions otel-agent/k8s-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
# Changelog

## OpenTelemtry-Agent

### v0.0.26 / 2023-06-26

* [CHORE] Update OpenTelemetry Collector to v0.77.0
* [FEATURE] Change subchart to Coralogix
* [FEATURE] logscollection preset support CRI multilog recombination
* [FEATURE] logsCollection presets supports extra operators.

### v0.0.25 / 2023-05-12

* [FEATURE] Allow users to set distribution="openshift" for openshift clusters.

### v0.0.24 / 2023-05-02

* [FEATURE] Allow users to configure Coralogix domain instead of endpoints
* [CHORE] Update OpenTelemetry Collector to v0.76.1

### v0.0.24 / 2023-04-05

* [CHORE] Update OpenTelemetry Collector to v0.75.0

### v0.0.23 / 2023-03-29

* [CHORE] Update OpenTelemetry Collector to v0.74.0
* [FIX] Change DNS policy to ClusterFirstWithHostNet,

### v0.0.22 / 2023-02-24

* [CHORE] Update OpenTelemetry Collector to v0.72.0

### v0.0.21 / 2023-02-16

* [FEATURE] Add podName and nodeName to the k8sattributes processor

### v0.0.20 / 2023-02-13

* [UPRADE] Upgrading chart version from 0.47.0 to 0.48.1

### v0.0.19 / 2023-01-26

* [CHORE] Update OpenTelemetry Collector to v0.70.0

### v0.0.18 / 2022-12-21

* [FIX] Set node_from_env_var filter for k8sattributes, reducing memory and cpu usage for those using k8sattributes

### v0.0.17 / 2022-12-20

* [FEATURE] Add pprof extension

### v0.0.16 / 2022-12-15

* [FEATURE] Add checkpoints for Kubernetes logs
* [FIX] Host metrics processor exclude various pseudo filesystems
* [CHORE] Update OpenTelemetry Collector to v0.67.0

### v0.0.15 / 2022-12-12

* [FEATURE] Add support for thrift_binary protocol in Jaeger receiver

### v0.0.14 / 2022-12-11

* [BUGFIX] Add all of the relevant metrics to be suported in hostmetrics

### v0.0.13 / 2022-12-08

* [FEATURE] Configure hostmetrics filesystem metrics

### v0.0.12 / 2022-11-30

* [FEATURE] Add zpages extension
* [BUGFIX] Increase Coralogix exporter timeout 5s -> 30s

### v0.0.11 / 2022-11-28

* [UPGRADE] Upgrading chart version from 0.39.0 to 0.40.2
* [UPGRADE] Upgrading app version from v0.64.0 to v0.66.0

### v0.0.10 / 2022-11-21

* [FEATURE] Add self monitoring

### v0.0.9 / 2022-11-10

* [FEATURE] Support OpenTelemetry native agent
* [FIX] Example override file attribute

### v0.0.8 / 2022-09-19

* [FEATURE] Add a Grafana dashboard for OpenTelemetry agent

### v0.0.7 / 2022-09-18

* [BUGFIX] Set the jaeger receiver thrift_binary protocol default endpoint

### v0.0.6 / 2022-09-18

* [FEATURE] Add binary protocol to Jaeger reciever

### v0.0.5 / 2022-09-15

* [CHANGE] Enable hostNetwork

### v0.0.4 / 2022-09-08

* [FEATURE] Add support for metrics using the Coralogix exporter
* [FIX] Change serviceMonitor to podMonitor since serviceMonitor is not supported for daemonset mode

### v0.0.3 / 2022-09-06

* [UPRADE] Upgrading chart version from 0.25.0 to 0.30.0
* [UPRADE] Upgrading app version from 0.57.2 to 0.59.0

### v0.0.2 / 2022-08-24

* [FIX] Disable logs and metrics pipeline by default
* [FIX] Installation command had a wrong configuratin and chart name
* [CHANGE] Update the Coralogix private key secret name to match the logs charts required secret name ['coralogix-otel-privatekey' --> 'integrations-privatekey']
([#80](https://github.com/coralogix/eng-integrations/pull/80))
6 changes: 3 additions & 3 deletions otel-agent/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: v2
name: opentelemetry-coralogix
description: OpenTelemetry agent to which instrumentation libraries export their telemetry data
version: 0.0.25
version: 0.0.26
keywords:
- OpenTelemetry Collector
- OpenTelemetry agent
- Coralogix
dependencies:
- name: opentelemetry-collector
version: "0.55.0"
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: "0.61.2"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
sources:
- https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector
maintainers:
Expand Down
3 changes: 3 additions & 0 deletions otel-agent/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ opentelemetry-collector:
logsCollection:
enabled: true
storeCheckpoints: true
maxRecombineLogSize: 1048576
extraFilelogOperators: []

kubernetesAttributes:
enabled: true
hostMetrics:
Expand Down

0 comments on commit 235ec72

Please sign in to comment.