Skip to content

Commit

Permalink
[otel-integration] change statsd port to 8125 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Nov 17, 2023
1 parent 4887251 commit 6b46b18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## OpenTelemtry-Integration

### v0.0.36 / 2023-11-15
* [FIX] Change statsd receiver port to 8125 instead of 8127

### v0.0.35 / 2023-11-14
* [FEATURE] Adds statsd receiver to listen for metrics on 8125 port.

Expand Down
2 changes: 1 addition & 1 deletion 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.35
version: 0.0.36
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand Down
2 changes: 1 addition & 1 deletion otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ opentelemetry-agent:

receivers:
statsd:
endpoint: ${MY_POD_IP}:8127
endpoint: ${MY_POD_IP}:8125
otlp:
protocols:
grpc:
Expand Down

0 comments on commit 6b46b18

Please sign in to comment.