Skip to content

Commit

Permalink
[#NOISSUE] reserved ports for use by OpenTelemetry data collection
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Nov 4, 2024
1 parent e751c32 commit 443ae43
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public enum CollectorType {
ALL,
BASIC,
METRIC,
LEGACY, // added type to change metric port temporarily.
LOG,
BASIC_WITH_INSPECTOR;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ collector.receiver.grpc.stat.ssl.bindaddress.port=9442

# Span
collector.receiver.grpc.span.ssl.bindaddress.ip=0.0.0.0
collector.receiver.grpc.span.ssl.bindaddress.port=9443
collector.receiver.grpc.span.ssl.bindaddress.port=9443

### Ports reserved for use by OpenTelemetry data collection
# otel metric : 9995
# otel log : 9996
# otel trace : 9997
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,9 @@ collector.receiver.grpc.stat.ssl.bindaddress.port=9442

# Span
collector.receiver.grpc.span.ssl.bindaddress.ip=0.0.0.0
collector.receiver.grpc.span.ssl.bindaddress.port=9443
collector.receiver.grpc.span.ssl.bindaddress.port=9443

### Ports reserved for use by OpenTelemetry data collection
# otel metric : 9995
# otel log : 9996
# otel trace : 9997

0 comments on commit 443ae43

Please sign in to comment.