Skip to content

Commit

Permalink
[opentelemetry-integration] update collector to 109
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Sep 12, 2024
1 parent 35ac6ac commit 66264a7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
4 changes: 4 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## OpenTelemtry-Integration

### v0.0.102 / 2024-09-10
- [Feat] Bump collector version to `0.109.0`
- [Feat] Allow TA to pass static config

### v0.0.101 / 2024-09-05
- [Fix] Fix Tail sampling gateway / receiver k8s attribute collection

Expand Down
12 changes: 6 additions & 6 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.101
version: 0.0.102
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand All @@ -11,27 +11,27 @@ keywords:
dependencies:
- name: opentelemetry-collector
alias: opentelemetry-agent
version: "0.91.0"
version: "0.93.1"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent.enabled
- name: opentelemetry-collector
alias: opentelemetry-agent-windows
version: "0.91.0"
version: "0.93.1"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent-windows.enabled
- name: opentelemetry-collector
alias: opentelemetry-cluster-collector
version: "0.91.0"
version: "0.93.1"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-cluster-collector.enabled
- name: opentelemetry-collector
alias: opentelemetry-receiver
version: "0.91.0"
version: "0.93.1"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-receiver.enabled
- name: opentelemetry-collector
alias: opentelemetry-gateway
version: "0.91.0"
version: "0.93.1"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-gateway.enabled
sources:
Expand Down
6 changes: 5 additions & 1 deletion otel-integration/k8s-helm/e2e-test/expected_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var expectedSchemaURL = map[string]bool{
"https://opentelemetry.io/schemas/1.9.0": false,
}

const expectedScopeVersion = "0.108.1"
const expectedScopeVersion = "0.109.0"

var expectedScopeNames = map[string]bool{
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver/internal/scraper/networkscraper": false,
Expand Down Expand Up @@ -184,4 +184,8 @@ var expectedMetrics map[string]bool = map[string]bool{
"otelcol_processor_batch_batch_send_size": false,
"otelcol_fileconsumer_open_files": false,
"otelcol_fileconsumer_reading_files": false,
"otelcol_processor_incoming_log_records": false,
"otelcol_processor_outgoing_log_records": false,
"otelcol_processor_incoming_metric_points": false,
"otelcol_processor_outgoing_metric_points": false,
}
4 changes: 2 additions & 2 deletions otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
defaultSubsystemName: "integration"
logLevel: "warn"
collectionInterval: "30s"
version: "0.0.101"
version: "0.0.102"

extensions:
kubernetesDashboard:
Expand Down Expand Up @@ -137,7 +137,7 @@ opentelemetry-agent:
enabled: true
collectionInterval: "{{.Values.global.collectionInterval}}"
spanMetrics:
enabled: false
enabled: true
collectionInterval: "{{.Values.global.collectionInterval}}"
metricsExpiration: 5m
histogramBuckets:
Expand Down

0 comments on commit 66264a7

Please sign in to comment.