Skip to content

Commit f380b41

Browse files
remove CollectorHostname
Signed-off-by: Alex Marston <[email protected]>
1 parent 9a7c0c3 commit f380b41

File tree

5 files changed

+0
-16
lines changed

5 files changed

+0
-16
lines changed

api/v1alpha1/tracing_types.go

-4
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,6 @@ type RequestHeaderCustomTag struct {
119119

120120
// ZipkinTracingProvider defines the Zipkin tracing provider configuration.
121121
type ZipkinTracingProvider struct {
122-
// CollectorHostname defines the hostname to use when sending spans
123-
// to the Zipkin collector endpoint.
124-
// +optional
125-
CollectorHostname *string `json:"collectorHostname,omitempty"`
126122
// TraceID128Bit determines whether a 128bit trace id will be used
127123
// when creating a new trace instance. If set to false, a 64bit trace
128124
// id will be used.

api/v1alpha1/zz_generated.deepcopy.go

-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -10979,11 +10979,6 @@ spec:
1097910979
description: Zipkin defines the Zipkin tracing provider
1098010980
configuration
1098110981
properties:
10982-
collectorHostname:
10983-
description: |-
10984-
CollectorHostname defines the hostname to use when sending spans
10985-
to the Zipkin collector endpoint.
10986-
type: string
1098710982
disableSharedSpanContext:
1098810983
description: |-
1098910984
DisableSharedSpanContext determines whether the default Envoy behaviour of

site/content/en/latest/api/extension_types.md

-1
Original file line numberDiff line numberDiff line change
@@ -3808,7 +3808,6 @@ _Appears in:_
38083808

38093809
| Field | Type | Required | Description |
38103810
| --- | --- | --- | --- |
3811-
| `collectorHostname` | _string_ | false | CollectorHostname defines the hostname to use when sending spans<br />to the Zipkin collector endpoint. |
38123811
| `traceId128Bit` | _boolean_ | false | TraceID128Bit determines whether a 128bit trace id will be used<br />when creating a new trace instance. If set to false, a 64bit trace<br />id will be used. |
38133812
| `disableSharedSpanContext` | _boolean_ | false | DisableSharedSpanContext determines whether the default Envoy behaviour of<br />client and server spans sharing the same span context should be disabled. |
38143813

site/content/zh/latest/api/extension_types.md

-1
Original file line numberDiff line numberDiff line change
@@ -3808,7 +3808,6 @@ _Appears in:_
38083808

38093809
| Field | Type | Required | Description |
38103810
| --- | --- | --- | --- |
3811-
| `collectorHostname` | _string_ | false | CollectorHostname defines the hostname to use when sending spans<br />to the Zipkin collector endpoint. |
38123811
| `traceId128Bit` | _boolean_ | false | TraceID128Bit determines whether a 128bit trace id will be used<br />when creating a new trace instance. If set to false, a 64bit trace<br />id will be used. |
38133812
| `disableSharedSpanContext` | _boolean_ | false | DisableSharedSpanContext determines whether the default Envoy behaviour of<br />client and server spans sharing the same span context should be disabled. |
38143813

0 commit comments

Comments
 (0)