Skip to content

Commit dee7b53

Browse files
authored
Merge pull request kubernetes#2427 from dashpole/iana_port
Switch to the reserved port for opentelemetry
2 parents acb342a + d5f16bb commit dee7b53

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-instrumentation/647-apiserver-tracing

1 file changed

+1
-1
lines changed

keps/sig-instrumentation/647-apiserver-tracing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ type ServiceReference struct {
132132
Name string `json:"name" protobuf:"bytes,2,opt,name=name"`
133133

134134
// If specified, the port on the service.
135-
// Defaults to 55680.
135+
// Defaults to 4317, the IANA reserved port for OpenTelemetry.
136136
// `port` should be a valid port number (1-65535, inclusive).
137137
// +optional
138138
Port *int32 `json:"port,omitempty" protobuf:"varint,3,opt,name=port"`

0 commit comments

Comments
 (0)