Skip to content

Commit 9c85a03

Browse files
TraceID128Bit -> Enable128BitTraceID
Signed-off-by: Alex Marston <[email protected]>
1 parent f380b41 commit 9c85a03

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

api/v1alpha1/tracing_types.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ type RequestHeaderCustomTag struct {
119119

120120
// ZipkinTracingProvider defines the Zipkin tracing provider configuration.
121121
type ZipkinTracingProvider struct {
122-
// TraceID128Bit determines whether a 128bit trace id will be used
122+
// Enable128BitTraceID determines whether a 128bit trace id will be used
123123
// when creating a new trace instance. If set to false, a 64bit trace
124124
// id will be used.
125125
// +optional
126-
TraceID128Bit *bool `json:"traceId128Bit,omitempty"`
126+
Enable128BitTraceID *bool `json:"enable128BitTraceId,omitempty"`
127127
// DisableSharedSpanContext determines whether the default Envoy behaviour of
128128
// client and server spans sharing the same span context should be disabled.
129129
// +optional

api/v1alpha1/zz_generated.deepcopy.go

+2-2
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -10984,9 +10984,9 @@ spec:
1098410984
DisableSharedSpanContext determines whether the default Envoy behaviour of
1098510985
client and server spans sharing the same span context should be disabled.
1098610986
type: boolean
10987-
traceId128Bit:
10987+
enable128BitTraceId:
1098810988
description: |-
10989-
TraceID128Bit determines whether a 128bit trace id will be used
10989+
Enable128BitTraceID determines whether a 128bit trace id will be used
1099010990
when creating a new trace instance. If set to false, a 64bit trace
1099110991
id will be used.
1099210992
type: boolean

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

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

38093809
| Field | Type | Required | Description |
38103810
| --- | --- | --- | --- |
3811-
| `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. |
3811+
| `enable128BitTraceId` | _boolean_ | false | Enable128BitTraceID 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. |
38123812
| `disableSharedSpanContext` | _boolean_ | false | DisableSharedSpanContext determines whether the default Envoy behaviour of<br />client and server spans sharing the same span context should be disabled. |
38133813

38143814

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

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

38093809
| Field | Type | Required | Description |
38103810
| --- | --- | --- | --- |
3811-
| `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. |
3811+
| `enable128BitTraceId` | _boolean_ | false | Enable128BitTraceID 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. |
38123812
| `disableSharedSpanContext` | _boolean_ | false | DisableSharedSpanContext determines whether the default Envoy behaviour of<br />client and server spans sharing the same span context should be disabled. |
38133813

38143814

0 commit comments

Comments
 (0)