-
Notifications
You must be signed in to change notification settings - Fork 0
/
trace.pb.go
820 lines (731 loc) · 34.3 KB
/
trace.pb.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: envoy/config/trace/v3alpha/trace.proto
package envoy_config_trace_v3alpha
import (
fmt "fmt"
core "github.com/altipla-consulting/envoy-api/envoy/api/v3alpha/core"
v1 "github.com/census-instrumentation/opencensus-proto/gen-go/trace/v1"
_ "github.com/envoyproxy/protoc-gen-validate/validate"
types "github.com/gogo/protobuf/types"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Available Zipkin collector endpoint versions.
type ZipkinConfig_CollectorEndpointVersion int32
const (
// Zipkin API v1, JSON over HTTP.
// [#comment: The default implementation of Zipkin client before this field is added was only v1
// and the way user configure this was by not explicitly specifying the version. Consequently,
// before this is added, the corresponding Zipkin collector expected to receive v1 payload.
// Hence the motivation of adding HTTP_JSON_V1 as the default is to avoid a breaking change when
// user upgrading Envoy with this change. Furthermore, we also immediately deprecate this field,
// since in Zipkin realm this v1 version is considered to be not preferable anymore.]
ZipkinConfig_DEPRECATED_AND_UNAVAILABLE_DO_NOT_USE ZipkinConfig_CollectorEndpointVersion = 0 // Deprecated: Do not use.
// Zipkin API v2, JSON over HTTP.
ZipkinConfig_HTTP_JSON ZipkinConfig_CollectorEndpointVersion = 1
// Zipkin API v2, protobuf over HTTP.
ZipkinConfig_HTTP_PROTO ZipkinConfig_CollectorEndpointVersion = 2
// [#not-implemented-hide:]
ZipkinConfig_GRPC ZipkinConfig_CollectorEndpointVersion = 3
)
var ZipkinConfig_CollectorEndpointVersion_name = map[int32]string{
0: "DEPRECATED_AND_UNAVAILABLE_DO_NOT_USE",
1: "HTTP_JSON",
2: "HTTP_PROTO",
3: "GRPC",
}
var ZipkinConfig_CollectorEndpointVersion_value = map[string]int32{
"DEPRECATED_AND_UNAVAILABLE_DO_NOT_USE": 0,
"HTTP_JSON": 1,
"HTTP_PROTO": 2,
"GRPC": 3,
}
func (x ZipkinConfig_CollectorEndpointVersion) String() string {
return proto.EnumName(ZipkinConfig_CollectorEndpointVersion_name, int32(x))
}
func (ZipkinConfig_CollectorEndpointVersion) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_6c13942be1fcf264, []int{2, 0}
}
type OpenCensusConfig_TraceContext int32
const (
// No-op default, no trace context is utilized.
OpenCensusConfig_NONE OpenCensusConfig_TraceContext = 0
// W3C Trace-Context format "traceparent:" header.
OpenCensusConfig_TRACE_CONTEXT OpenCensusConfig_TraceContext = 1
// Binary "grpc-trace-bin:" header.
OpenCensusConfig_GRPC_TRACE_BIN OpenCensusConfig_TraceContext = 2
// "X-Cloud-Trace-Context:" header.
OpenCensusConfig_CLOUD_TRACE_CONTEXT OpenCensusConfig_TraceContext = 3
// X-B3-* headers.
OpenCensusConfig_B3 OpenCensusConfig_TraceContext = 4
)
var OpenCensusConfig_TraceContext_name = map[int32]string{
0: "NONE",
1: "TRACE_CONTEXT",
2: "GRPC_TRACE_BIN",
3: "CLOUD_TRACE_CONTEXT",
4: "B3",
}
var OpenCensusConfig_TraceContext_value = map[string]int32{
"NONE": 0,
"TRACE_CONTEXT": 1,
"GRPC_TRACE_BIN": 2,
"CLOUD_TRACE_CONTEXT": 3,
"B3": 4,
}
func (x OpenCensusConfig_TraceContext) String() string {
return proto.EnumName(OpenCensusConfig_TraceContext_name, int32(x))
}
func (OpenCensusConfig_TraceContext) EnumDescriptor() ([]byte, []int) {
return fileDescriptor_6c13942be1fcf264, []int{5, 0}
}
// The tracing configuration specifies global
// settings for the HTTP tracer used by Envoy. The configuration is defined by
// the :ref:`Bootstrap <envoy_api_msg_config.bootstrap.v3alpha.Bootstrap>` :ref:`tracing
// <envoy_api_field_config.bootstrap.v3alpha.Bootstrap.tracing>` field. Envoy may support other
// tracers in the future, but right now the HTTP tracer is the only one supported.
type Tracing struct {
// Provides configuration for the HTTP tracer.
Http *Tracing_Http `protobuf:"bytes,1,opt,name=http,proto3" json:"http,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Tracing) Reset() { *m = Tracing{} }
func (m *Tracing) String() string { return proto.CompactTextString(m) }
func (*Tracing) ProtoMessage() {}
func (*Tracing) Descriptor() ([]byte, []int) {
return fileDescriptor_6c13942be1fcf264, []int{0}
}
func (m *Tracing) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Tracing.Unmarshal(m, b)
}
func (m *Tracing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Tracing.Marshal(b, m, deterministic)
}
func (m *Tracing) XXX_Merge(src proto.Message) {
xxx_messageInfo_Tracing.Merge(m, src)
}
func (m *Tracing) XXX_Size() int {
return xxx_messageInfo_Tracing.Size(m)
}
func (m *Tracing) XXX_DiscardUnknown() {
xxx_messageInfo_Tracing.DiscardUnknown(m)
}
var xxx_messageInfo_Tracing proto.InternalMessageInfo
func (m *Tracing) GetHttp() *Tracing_Http {
if m != nil {
return m.Http
}
return nil
}
type Tracing_Http struct {
// The name of the HTTP trace driver to instantiate. The name must match a
// supported HTTP trace driver. Built-in trace drivers:
//
// - *envoy.lightstep*
// - *envoy.zipkin*
// - *envoy.dynamic.ot*
// - *envoy.tracers.datadog*
// - *envoy.tracers.opencensus*
// - *envoy.tracers.xray*
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// Trace driver specific configuration which depends on the driver being instantiated.
// See the trace drivers for examples:
//
// - :ref:`LightstepConfig <envoy_api_msg_config.trace.v3alpha.LightstepConfig>`
// - :ref:`ZipkinConfig <envoy_api_msg_config.trace.v3alpha.ZipkinConfig>`
// - :ref:`DynamicOtConfig <envoy_api_msg_config.trace.v3alpha.DynamicOtConfig>`
// - :ref:`DatadogConfig <envoy_api_msg_config.trace.v3alpha.DatadogConfig>`
// - :ref:`OpenCensusConfig <envoy_api_msg_config.trace.v3alpha.OpenCensusConfig>`
// [#comment: TODO(marco) when XRay is implemented, uncomment the following; - :ref:`XRayConfig
// <envoy_api_msg_config.trace.v3alpha.XRayConfig>`]
//
// Types that are valid to be assigned to ConfigType:
// *Tracing_Http_TypedConfig
ConfigType isTracing_Http_ConfigType `protobuf_oneof:"config_type"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *Tracing_Http) Reset() { *m = Tracing_Http{} }
func (m *Tracing_Http) String() string { return proto.CompactTextString(m) }
func (*Tracing_Http) ProtoMessage() {}
func (*Tracing_Http) Descriptor() ([]byte, []int) {
return fileDescriptor_6c13942be1fcf264, []int{0, 0}
}
func (m *Tracing_Http) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Tracing_Http.Unmarshal(m, b)
}
func (m *Tracing_Http) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_Tracing_Http.Marshal(b, m, deterministic)
}
func (m *Tracing_Http) XXX_Merge(src proto.Message) {
xxx_messageInfo_Tracing_Http.Merge(m, src)
}
func (m *Tracing_Http) XXX_Size() int {
return xxx_messageInfo_Tracing_Http.Size(m)
}
func (m *Tracing_Http) XXX_DiscardUnknown() {
xxx_messageInfo_Tracing_Http.DiscardUnknown(m)
}
var xxx_messageInfo_Tracing_Http proto.InternalMessageInfo
func (m *Tracing_Http) GetName() string {
if m != nil {
return m.Name
}
return ""
}
type isTracing_Http_ConfigType interface {
isTracing_Http_ConfigType()
}
type Tracing_Http_TypedConfig struct {
TypedConfig *types.Any `protobuf:"bytes,3,opt,name=typed_config,json=typedConfig,proto3,oneof"`
}
func (*Tracing_Http_TypedConfig) isTracing_Http_ConfigType() {}
func (m *Tracing_Http) GetConfigType() isTracing_Http_ConfigType {
if m != nil {
return m.ConfigType
}
return nil
}
func (m *Tracing_Http) GetTypedConfig() *types.Any {
if x, ok := m.GetConfigType().(*Tracing_Http_TypedConfig); ok {
return x.TypedConfig
}
return nil
}
// XXX_OneofWrappers is for the internal use of the proto package.
func (*Tracing_Http) XXX_OneofWrappers() []interface{} {
return []interface{}{
(*Tracing_Http_TypedConfig)(nil),
}
}
// Configuration for the LightStep tracer.
type LightstepConfig struct {
// The cluster manager cluster that hosts the LightStep collectors.
CollectorCluster string `protobuf:"bytes,1,opt,name=collector_cluster,json=collectorCluster,proto3" json:"collector_cluster,omitempty"`
// File containing the access token to the `LightStep
// <https://lightstep.com/>`_ API.
AccessTokenFile string `protobuf:"bytes,2,opt,name=access_token_file,json=accessTokenFile,proto3" json:"access_token_file,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *LightstepConfig) Reset() { *m = LightstepConfig{} }
func (m *LightstepConfig) String() string { return proto.CompactTextString(m) }
func (*LightstepConfig) ProtoMessage() {}
func (*LightstepConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_6c13942be1fcf264, []int{1}
}
func (m *LightstepConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_LightstepConfig.Unmarshal(m, b)
}
func (m *LightstepConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_LightstepConfig.Marshal(b, m, deterministic)
}
func (m *LightstepConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_LightstepConfig.Merge(m, src)
}
func (m *LightstepConfig) XXX_Size() int {
return xxx_messageInfo_LightstepConfig.Size(m)
}
func (m *LightstepConfig) XXX_DiscardUnknown() {
xxx_messageInfo_LightstepConfig.DiscardUnknown(m)
}
var xxx_messageInfo_LightstepConfig proto.InternalMessageInfo
func (m *LightstepConfig) GetCollectorCluster() string {
if m != nil {
return m.CollectorCluster
}
return ""
}
func (m *LightstepConfig) GetAccessTokenFile() string {
if m != nil {
return m.AccessTokenFile
}
return ""
}
// Configuration for the Zipkin tracer.
// [#next-free-field: 6]
type ZipkinConfig struct {
// The cluster manager cluster that hosts the Zipkin collectors. Note that the
// Zipkin cluster must be defined in the :ref:`Bootstrap static cluster
// resources <envoy_api_field_config.bootstrap.v3alpha.Bootstrap.StaticResources.clusters>`.
CollectorCluster string `protobuf:"bytes,1,opt,name=collector_cluster,json=collectorCluster,proto3" json:"collector_cluster,omitempty"`
// The API endpoint of the Zipkin service where the spans will be sent. When
// using a standard Zipkin installation, the API endpoint is typically
// /api/v1/spans, which is the default value.
CollectorEndpoint string `protobuf:"bytes,2,opt,name=collector_endpoint,json=collectorEndpoint,proto3" json:"collector_endpoint,omitempty"`
// Determines whether a 128bit trace id will be used when creating a new
// trace instance. The default value is false, which will result in a 64 bit trace id being used.
TraceId_128Bit bool `protobuf:"varint,3,opt,name=trace_id_128bit,json=traceId128bit,proto3" json:"trace_id_128bit,omitempty"`
// Determines whether client and server spans will share the same span context.
// The default value is true.
SharedSpanContext *types.BoolValue `protobuf:"bytes,4,opt,name=shared_span_context,json=sharedSpanContext,proto3" json:"shared_span_context,omitempty"`
// Determines the selected collector endpoint version. By default, the ``HTTP_JSON_V1`` will be
// used.
CollectorEndpointVersion ZipkinConfig_CollectorEndpointVersion `protobuf:"varint,5,opt,name=collector_endpoint_version,json=collectorEndpointVersion,proto3,enum=envoy.config.trace.v3alpha.ZipkinConfig_CollectorEndpointVersion" json:"collector_endpoint_version,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ZipkinConfig) Reset() { *m = ZipkinConfig{} }
func (m *ZipkinConfig) String() string { return proto.CompactTextString(m) }
func (*ZipkinConfig) ProtoMessage() {}
func (*ZipkinConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_6c13942be1fcf264, []int{2}
}
func (m *ZipkinConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ZipkinConfig.Unmarshal(m, b)
}
func (m *ZipkinConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ZipkinConfig.Marshal(b, m, deterministic)
}
func (m *ZipkinConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_ZipkinConfig.Merge(m, src)
}
func (m *ZipkinConfig) XXX_Size() int {
return xxx_messageInfo_ZipkinConfig.Size(m)
}
func (m *ZipkinConfig) XXX_DiscardUnknown() {
xxx_messageInfo_ZipkinConfig.DiscardUnknown(m)
}
var xxx_messageInfo_ZipkinConfig proto.InternalMessageInfo
func (m *ZipkinConfig) GetCollectorCluster() string {
if m != nil {
return m.CollectorCluster
}
return ""
}
func (m *ZipkinConfig) GetCollectorEndpoint() string {
if m != nil {
return m.CollectorEndpoint
}
return ""
}
func (m *ZipkinConfig) GetTraceId_128Bit() bool {
if m != nil {
return m.TraceId_128Bit
}
return false
}
func (m *ZipkinConfig) GetSharedSpanContext() *types.BoolValue {
if m != nil {
return m.SharedSpanContext
}
return nil
}
func (m *ZipkinConfig) GetCollectorEndpointVersion() ZipkinConfig_CollectorEndpointVersion {
if m != nil {
return m.CollectorEndpointVersion
}
return ZipkinConfig_DEPRECATED_AND_UNAVAILABLE_DO_NOT_USE
}
// DynamicOtConfig is used to dynamically load a tracer from a shared library
// that implements the `OpenTracing dynamic loading API
// <https://github.com/opentracing/opentracing-cpp>`_.
type DynamicOtConfig struct {
// Dynamic library implementing the `OpenTracing API
// <https://github.com/opentracing/opentracing-cpp>`_.
Library string `protobuf:"bytes,1,opt,name=library,proto3" json:"library,omitempty"`
// The configuration to use when creating a tracer from the given dynamic
// library.
Config *types.Struct `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DynamicOtConfig) Reset() { *m = DynamicOtConfig{} }
func (m *DynamicOtConfig) String() string { return proto.CompactTextString(m) }
func (*DynamicOtConfig) ProtoMessage() {}
func (*DynamicOtConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_6c13942be1fcf264, []int{3}
}
func (m *DynamicOtConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DynamicOtConfig.Unmarshal(m, b)
}
func (m *DynamicOtConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DynamicOtConfig.Marshal(b, m, deterministic)
}
func (m *DynamicOtConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_DynamicOtConfig.Merge(m, src)
}
func (m *DynamicOtConfig) XXX_Size() int {
return xxx_messageInfo_DynamicOtConfig.Size(m)
}
func (m *DynamicOtConfig) XXX_DiscardUnknown() {
xxx_messageInfo_DynamicOtConfig.DiscardUnknown(m)
}
var xxx_messageInfo_DynamicOtConfig proto.InternalMessageInfo
func (m *DynamicOtConfig) GetLibrary() string {
if m != nil {
return m.Library
}
return ""
}
func (m *DynamicOtConfig) GetConfig() *types.Struct {
if m != nil {
return m.Config
}
return nil
}
// Configuration for the Datadog tracer.
type DatadogConfig struct {
// The cluster to use for submitting traces to the Datadog agent.
CollectorCluster string `protobuf:"bytes,1,opt,name=collector_cluster,json=collectorCluster,proto3" json:"collector_cluster,omitempty"`
// The name used for the service when traces are generated by envoy.
ServiceName string `protobuf:"bytes,2,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DatadogConfig) Reset() { *m = DatadogConfig{} }
func (m *DatadogConfig) String() string { return proto.CompactTextString(m) }
func (*DatadogConfig) ProtoMessage() {}
func (*DatadogConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_6c13942be1fcf264, []int{4}
}
func (m *DatadogConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DatadogConfig.Unmarshal(m, b)
}
func (m *DatadogConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DatadogConfig.Marshal(b, m, deterministic)
}
func (m *DatadogConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_DatadogConfig.Merge(m, src)
}
func (m *DatadogConfig) XXX_Size() int {
return xxx_messageInfo_DatadogConfig.Size(m)
}
func (m *DatadogConfig) XXX_DiscardUnknown() {
xxx_messageInfo_DatadogConfig.DiscardUnknown(m)
}
var xxx_messageInfo_DatadogConfig proto.InternalMessageInfo
func (m *DatadogConfig) GetCollectorCluster() string {
if m != nil {
return m.CollectorCluster
}
return ""
}
func (m *DatadogConfig) GetServiceName() string {
if m != nil {
return m.ServiceName
}
return ""
}
// Configuration for the OpenCensus tracer.
// [#next-free-field: 13]
type OpenCensusConfig struct {
// Configures tracing, e.g. the sampler, max number of annotations, etc.
TraceConfig *v1.TraceConfig `protobuf:"bytes,1,opt,name=trace_config,json=traceConfig,proto3" json:"trace_config,omitempty"`
// Enables the stdout exporter if set to true. This is intended for debugging
// purposes.
StdoutExporterEnabled bool `protobuf:"varint,2,opt,name=stdout_exporter_enabled,json=stdoutExporterEnabled,proto3" json:"stdout_exporter_enabled,omitempty"`
// Enables the Stackdriver exporter if set to true. The project_id must also
// be set.
StackdriverExporterEnabled bool `protobuf:"varint,3,opt,name=stackdriver_exporter_enabled,json=stackdriverExporterEnabled,proto3" json:"stackdriver_exporter_enabled,omitempty"`
// The Cloud project_id to use for Stackdriver tracing.
StackdriverProjectId string `protobuf:"bytes,4,opt,name=stackdriver_project_id,json=stackdriverProjectId,proto3" json:"stackdriver_project_id,omitempty"`
// (optional) By default, the Stackdriver exporter will connect to production
// Stackdriver. If stackdriver_address is non-empty, it will instead connect
// to this address, which is in the gRPC format:
// https://github.com/grpc/grpc/blob/master/doc/naming.md
StackdriverAddress string `protobuf:"bytes,10,opt,name=stackdriver_address,json=stackdriverAddress,proto3" json:"stackdriver_address,omitempty"`
// Enables the Zipkin exporter if set to true. The url and service name must
// also be set.
ZipkinExporterEnabled bool `protobuf:"varint,5,opt,name=zipkin_exporter_enabled,json=zipkinExporterEnabled,proto3" json:"zipkin_exporter_enabled,omitempty"`
// The URL to Zipkin, e.g. "http://127.0.0.1:9411/api/v2/spans"
ZipkinUrl string `protobuf:"bytes,6,opt,name=zipkin_url,json=zipkinUrl,proto3" json:"zipkin_url,omitempty"`
// Enables the OpenCensus Agent exporter if set to true. The address must also
// be set.
OcagentExporterEnabled bool `protobuf:"varint,11,opt,name=ocagent_exporter_enabled,json=ocagentExporterEnabled,proto3" json:"ocagent_exporter_enabled,omitempty"`
// The address of the OpenCensus Agent, if its exporter is enabled, in gRPC
// format: https://github.com/grpc/grpc/blob/master/doc/naming.md
OcagentAddress string `protobuf:"bytes,12,opt,name=ocagent_address,json=ocagentAddress,proto3" json:"ocagent_address,omitempty"`
// List of incoming trace context headers we will accept. First one found
// wins.
IncomingTraceContext []OpenCensusConfig_TraceContext `protobuf:"varint,8,rep,packed,name=incoming_trace_context,json=incomingTraceContext,proto3,enum=envoy.config.trace.v3alpha.OpenCensusConfig_TraceContext" json:"incoming_trace_context,omitempty"`
// List of outgoing trace context headers we will produce.
OutgoingTraceContext []OpenCensusConfig_TraceContext `protobuf:"varint,9,rep,packed,name=outgoing_trace_context,json=outgoingTraceContext,proto3,enum=envoy.config.trace.v3alpha.OpenCensusConfig_TraceContext" json:"outgoing_trace_context,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *OpenCensusConfig) Reset() { *m = OpenCensusConfig{} }
func (m *OpenCensusConfig) String() string { return proto.CompactTextString(m) }
func (*OpenCensusConfig) ProtoMessage() {}
func (*OpenCensusConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_6c13942be1fcf264, []int{5}
}
func (m *OpenCensusConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OpenCensusConfig.Unmarshal(m, b)
}
func (m *OpenCensusConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OpenCensusConfig.Marshal(b, m, deterministic)
}
func (m *OpenCensusConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_OpenCensusConfig.Merge(m, src)
}
func (m *OpenCensusConfig) XXX_Size() int {
return xxx_messageInfo_OpenCensusConfig.Size(m)
}
func (m *OpenCensusConfig) XXX_DiscardUnknown() {
xxx_messageInfo_OpenCensusConfig.DiscardUnknown(m)
}
var xxx_messageInfo_OpenCensusConfig proto.InternalMessageInfo
func (m *OpenCensusConfig) GetTraceConfig() *v1.TraceConfig {
if m != nil {
return m.TraceConfig
}
return nil
}
func (m *OpenCensusConfig) GetStdoutExporterEnabled() bool {
if m != nil {
return m.StdoutExporterEnabled
}
return false
}
func (m *OpenCensusConfig) GetStackdriverExporterEnabled() bool {
if m != nil {
return m.StackdriverExporterEnabled
}
return false
}
func (m *OpenCensusConfig) GetStackdriverProjectId() string {
if m != nil {
return m.StackdriverProjectId
}
return ""
}
func (m *OpenCensusConfig) GetStackdriverAddress() string {
if m != nil {
return m.StackdriverAddress
}
return ""
}
func (m *OpenCensusConfig) GetZipkinExporterEnabled() bool {
if m != nil {
return m.ZipkinExporterEnabled
}
return false
}
func (m *OpenCensusConfig) GetZipkinUrl() string {
if m != nil {
return m.ZipkinUrl
}
return ""
}
func (m *OpenCensusConfig) GetOcagentExporterEnabled() bool {
if m != nil {
return m.OcagentExporterEnabled
}
return false
}
func (m *OpenCensusConfig) GetOcagentAddress() string {
if m != nil {
return m.OcagentAddress
}
return ""
}
func (m *OpenCensusConfig) GetIncomingTraceContext() []OpenCensusConfig_TraceContext {
if m != nil {
return m.IncomingTraceContext
}
return nil
}
func (m *OpenCensusConfig) GetOutgoingTraceContext() []OpenCensusConfig_TraceContext {
if m != nil {
return m.OutgoingTraceContext
}
return nil
}
// [#not-implemented-hide:]
// Configuration for AWS X-Ray tracer.
type XRayConfig struct {
// The endpoint of the X-Ray Daemon where the spans will be sent. Since by default daemon
// listens to localhost:2000, so the default value is 127.0.0.1:2000.
DaemonEndpoint string `protobuf:"bytes,1,opt,name=daemon_endpoint,json=daemonEndpoint,proto3" json:"daemon_endpoint,omitempty"`
// The custom name to name a X-Ray segment. By default will use cluster name.
SegmentName string `protobuf:"bytes,2,opt,name=segment_name,json=segmentName,proto3" json:"segment_name,omitempty"`
// The location of custom sampling rule json file.
SamplingRuleManifest *core.DataSource `protobuf:"bytes,3,opt,name=sampling_rule_manifest,json=samplingRuleManifest,proto3" json:"sampling_rule_manifest,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *XRayConfig) Reset() { *m = XRayConfig{} }
func (m *XRayConfig) String() string { return proto.CompactTextString(m) }
func (*XRayConfig) ProtoMessage() {}
func (*XRayConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_6c13942be1fcf264, []int{6}
}
func (m *XRayConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_XRayConfig.Unmarshal(m, b)
}
func (m *XRayConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_XRayConfig.Marshal(b, m, deterministic)
}
func (m *XRayConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_XRayConfig.Merge(m, src)
}
func (m *XRayConfig) XXX_Size() int {
return xxx_messageInfo_XRayConfig.Size(m)
}
func (m *XRayConfig) XXX_DiscardUnknown() {
xxx_messageInfo_XRayConfig.DiscardUnknown(m)
}
var xxx_messageInfo_XRayConfig proto.InternalMessageInfo
func (m *XRayConfig) GetDaemonEndpoint() string {
if m != nil {
return m.DaemonEndpoint
}
return ""
}
func (m *XRayConfig) GetSegmentName() string {
if m != nil {
return m.SegmentName
}
return ""
}
func (m *XRayConfig) GetSamplingRuleManifest() *core.DataSource {
if m != nil {
return m.SamplingRuleManifest
}
return nil
}
// Configuration structure.
type TraceServiceConfig struct {
// The upstream gRPC cluster that hosts the metrics service.
GrpcService *core.GrpcService `protobuf:"bytes,1,opt,name=grpc_service,json=grpcService,proto3" json:"grpc_service,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *TraceServiceConfig) Reset() { *m = TraceServiceConfig{} }
func (m *TraceServiceConfig) String() string { return proto.CompactTextString(m) }
func (*TraceServiceConfig) ProtoMessage() {}
func (*TraceServiceConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_6c13942be1fcf264, []int{7}
}
func (m *TraceServiceConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_TraceServiceConfig.Unmarshal(m, b)
}
func (m *TraceServiceConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_TraceServiceConfig.Marshal(b, m, deterministic)
}
func (m *TraceServiceConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_TraceServiceConfig.Merge(m, src)
}
func (m *TraceServiceConfig) XXX_Size() int {
return xxx_messageInfo_TraceServiceConfig.Size(m)
}
func (m *TraceServiceConfig) XXX_DiscardUnknown() {
xxx_messageInfo_TraceServiceConfig.DiscardUnknown(m)
}
var xxx_messageInfo_TraceServiceConfig proto.InternalMessageInfo
func (m *TraceServiceConfig) GetGrpcService() *core.GrpcService {
if m != nil {
return m.GrpcService
}
return nil
}
func init() {
proto.RegisterEnum("envoy.config.trace.v3alpha.ZipkinConfig_CollectorEndpointVersion", ZipkinConfig_CollectorEndpointVersion_name, ZipkinConfig_CollectorEndpointVersion_value)
proto.RegisterEnum("envoy.config.trace.v3alpha.OpenCensusConfig_TraceContext", OpenCensusConfig_TraceContext_name, OpenCensusConfig_TraceContext_value)
proto.RegisterType((*Tracing)(nil), "envoy.config.trace.v3alpha.Tracing")
proto.RegisterType((*Tracing_Http)(nil), "envoy.config.trace.v3alpha.Tracing.Http")
proto.RegisterType((*LightstepConfig)(nil), "envoy.config.trace.v3alpha.LightstepConfig")
proto.RegisterType((*ZipkinConfig)(nil), "envoy.config.trace.v3alpha.ZipkinConfig")
proto.RegisterType((*DynamicOtConfig)(nil), "envoy.config.trace.v3alpha.DynamicOtConfig")
proto.RegisterType((*DatadogConfig)(nil), "envoy.config.trace.v3alpha.DatadogConfig")
proto.RegisterType((*OpenCensusConfig)(nil), "envoy.config.trace.v3alpha.OpenCensusConfig")
proto.RegisterType((*XRayConfig)(nil), "envoy.config.trace.v3alpha.XRayConfig")
proto.RegisterType((*TraceServiceConfig)(nil), "envoy.config.trace.v3alpha.TraceServiceConfig")
}
func init() {
proto.RegisterFile("envoy/config/trace/v3alpha/trace.proto", fileDescriptor_6c13942be1fcf264)
}
var fileDescriptor_6c13942be1fcf264 = []byte{
// 1122 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0x5d, 0x6f, 0xe3, 0x44,
0x17, 0x5e, 0x27, 0xd9, 0x36, 0x3d, 0x49, 0x13, 0x77, 0xb6, 0x6f, 0x9b, 0x37, 0x2c, 0xa8, 0x1b,
0x44, 0x29, 0x08, 0x1c, 0xda, 0xae, 0x56, 0x5d, 0x89, 0x0b, 0xf2, 0xc5, 0xb6, 0x55, 0x49, 0x22,
0x27, 0xad, 0x2a, 0x6e, 0xcc, 0xc4, 0x9e, 0xba, 0xa6, 0x8e, 0xc7, 0x8c, 0x27, 0xa1, 0x01, 0x24,
0xee, 0xf9, 0x4b, 0xdc, 0x21, 0xfe, 0x0a, 0x7f, 0x62, 0xaf, 0x90, 0x67, 0xc6, 0x49, 0xea, 0xd2,
0xde, 0xf4, 0x2e, 0x73, 0x9e, 0xf3, 0x9c, 0xef, 0x73, 0x62, 0xd8, 0x25, 0xc1, 0x94, 0xce, 0xea,
0x36, 0x0d, 0xae, 0x3c, 0xb7, 0xce, 0x19, 0xb6, 0x49, 0x7d, 0x7a, 0x88, 0xfd, 0xf0, 0x1a, 0xcb,
0x97, 0x11, 0x32, 0xca, 0x29, 0xaa, 0x0a, 0x3d, 0x43, 0xea, 0x19, 0x12, 0x51, 0x7a, 0xd5, 0x57,
0xd2, 0x06, 0x0e, 0xbd, 0x39, 0xd5, 0xa6, 0x8c, 0xd4, 0x47, 0x38, 0x52, 0xf4, 0xea, 0x67, 0x0f,
0xa8, 0xb8, 0x2c, 0xb4, 0xad, 0x88, 0xb0, 0xa9, 0x97, 0x78, 0xaa, 0xfe, 0xdf, 0xa5, 0xd4, 0xf5,
0x49, 0x5d, 0xbc, 0x46, 0x93, 0xab, 0x3a, 0x0e, 0x66, 0x0a, 0x7a, 0x99, 0x86, 0x22, 0xce, 0x26,
0x36, 0x57, 0xe8, 0x47, 0x69, 0xf4, 0x67, 0x86, 0xc3, 0x90, 0xb0, 0x48, 0xe1, 0x5f, 0xd0, 0x90,
0x04, 0x36, 0x09, 0xa2, 0x49, 0x24, 0x75, 0x92, 0x74, 0xf7, 0xe5, 0x0f, 0x4b, 0x25, 0x27, 0xb5,
0xb7, 0xa7, 0xd8, 0xf7, 0x1c, 0xcc, 0x49, 0x3d, 0xf9, 0x21, 0x81, 0xda, 0xdf, 0x1a, 0xac, 0x0e,
0x19, 0xb6, 0xbd, 0xc0, 0x45, 0x5f, 0x43, 0xee, 0x9a, 0xf3, 0xb0, 0xa2, 0xed, 0x68, 0x7b, 0x85,
0x83, 0x3d, 0xe3, 0xe1, 0x22, 0x19, 0x8a, 0x62, 0x1c, 0x73, 0x1e, 0x9a, 0x82, 0x55, 0xfd, 0x15,
0x72, 0xf1, 0x0b, 0x7d, 0x00, 0xb9, 0x00, 0x8f, 0x89, 0xb0, 0xb2, 0xd6, 0x5c, 0x7d, 0xdf, 0xcc,
0xb1, 0xcc, 0x8e, 0x66, 0x0a, 0x21, 0x7a, 0x0b, 0x45, 0x3e, 0x0b, 0x89, 0xa3, 0xa2, 0xab, 0x64,
0x85, 0xab, 0x4d, 0x43, 0x26, 0x6b, 0x24, 0xc9, 0x1a, 0x8d, 0x60, 0x76, 0xfc, 0xcc, 0x2c, 0x08,
0xdd, 0x96, 0x50, 0x6d, 0xae, 0x43, 0x41, 0x92, 0xac, 0x58, 0x7a, 0x9a, 0xcb, 0x67, 0xf4, 0xac,
0xb9, 0x22, 0x45, 0xb5, 0xdf, 0xa0, 0x7c, 0xe6, 0xb9, 0xd7, 0x3c, 0xe2, 0x24, 0x94, 0xfa, 0xe8,
0x35, 0x6c, 0xd8, 0xd4, 0xf7, 0x89, 0xcd, 0x29, 0xb3, 0x6c, 0x7f, 0x12, 0x71, 0xc2, 0xd2, 0x41,
0xe9, 0x73, 0x8d, 0x96, 0x54, 0x40, 0x87, 0xb0, 0x81, 0x6d, 0x9b, 0x44, 0x91, 0xc5, 0xe9, 0x0d,
0x09, 0xac, 0x2b, 0xcf, 0x27, 0x95, 0xcc, 0x5d, 0x56, 0x59, 0x6a, 0x0c, 0x63, 0x85, 0x6f, 0x3d,
0x9f, 0xd4, 0xfe, 0xc9, 0x42, 0xf1, 0x7b, 0x2f, 0xbc, 0xf1, 0x82, 0x27, 0xf9, 0x7e, 0x03, 0x68,
0xc1, 0x22, 0x81, 0x13, 0x52, 0x2f, 0xe0, 0x69, 0xe7, 0x0b, 0xc3, 0x1d, 0xa5, 0x81, 0x76, 0xa1,
0x2c, 0x5b, 0xee, 0x39, 0xd6, 0xfe, 0xc1, 0xd1, 0xc8, 0xe3, 0xa2, 0xae, 0x79, 0x73, 0x5d, 0x88,
0x4f, 0x1c, 0x29, 0x44, 0xa7, 0xf0, 0x22, 0xba, 0xc6, 0x8c, 0x38, 0x56, 0x14, 0xe2, 0x20, 0x6e,
0x01, 0x27, 0xb7, 0xbc, 0x92, 0x13, 0x3d, 0xa8, 0xde, 0xeb, 0x41, 0x93, 0x52, 0xff, 0x02, 0xfb,
0x13, 0x62, 0x6e, 0x48, 0xda, 0x20, 0xc4, 0x71, 0x82, 0x31, 0x09, 0xfd, 0x0e, 0xd5, 0xfb, 0xb1,
0x5a, 0x53, 0xc2, 0x22, 0x8f, 0x06, 0x95, 0xe7, 0x3b, 0xda, 0x5e, 0xe9, 0xa0, 0xf1, 0xd8, 0x04,
0x2d, 0xd7, 0xcb, 0x68, 0xa5, 0x73, 0xba, 0x90, 0x86, 0xcc, 0x8a, 0xfd, 0x00, 0x52, 0x63, 0x50,
0x79, 0x88, 0x85, 0xbe, 0x84, 0x4f, 0xda, 0x9d, 0xbe, 0xd9, 0x69, 0x35, 0x86, 0x9d, 0xb6, 0xd5,
0xe8, 0xb6, 0xad, 0xf3, 0x6e, 0xe3, 0xa2, 0x71, 0x72, 0xd6, 0x68, 0x9e, 0x75, 0xac, 0x76, 0xcf,
0xea, 0xf6, 0x86, 0xd6, 0xf9, 0xa0, 0xa3, 0x3f, 0xab, 0x66, 0xf2, 0x1a, 0x5a, 0x87, 0xb5, 0xe3,
0xe1, 0xb0, 0x6f, 0x9d, 0x0e, 0x7a, 0x5d, 0x5d, 0x43, 0x25, 0x00, 0xf1, 0xec, 0x9b, 0xbd, 0x61,
0x4f, 0xcf, 0xa0, 0x3c, 0xe4, 0xde, 0x99, 0xfd, 0x96, 0x9e, 0xad, 0x11, 0x28, 0xb7, 0x67, 0x01,
0x1e, 0x7b, 0x76, 0x8f, 0xab, 0x4e, 0xbf, 0x82, 0x55, 0xdf, 0x1b, 0x31, 0xcc, 0x66, 0xe9, 0xfe,
0x26, 0x72, 0x54, 0x07, 0x35, 0xa5, 0xa2, 0x95, 0x85, 0x83, 0xed, 0x7b, 0x95, 0x1e, 0x88, 0xc5,
0x9f, 0x0f, 0xf3, 0x4f, 0xb0, 0xde, 0xc6, 0x1c, 0x3b, 0xd4, 0x7d, 0xd2, 0x38, 0x7d, 0x0e, 0x45,
0x75, 0x8b, 0x2c, 0xb1, 0x90, 0xa9, 0x41, 0x2a, 0x28, 0xb0, 0x8b, 0xc7, 0xa4, 0xf6, 0xd7, 0x0a,
0xe8, 0xbd, 0x90, 0x04, 0x2d, 0x71, 0x50, 0x94, 0xdb, 0x13, 0x28, 0x2e, 0x9f, 0x12, 0x75, 0x17,
0x76, 0x8d, 0xc5, 0xe5, 0x91, 0x29, 0x24, 0x9d, 0xdd, 0x17, 0x67, 0x81, 0x48, 0xb6, 0x59, 0xe0,
0x8b, 0x07, 0x7a, 0x03, 0xdb, 0x11, 0x77, 0xe8, 0x84, 0x5b, 0xe4, 0x36, 0xa4, 0x8c, 0x93, 0x78,
0x68, 0xf0, 0xc8, 0x27, 0x8e, 0x08, 0x2b, 0x6f, 0xfe, 0x4f, 0xc2, 0x1d, 0x85, 0x76, 0x24, 0x88,
0xbe, 0x81, 0x97, 0x11, 0xc7, 0xf6, 0x8d, 0xc3, 0xbc, 0x69, 0xcc, 0x49, 0x93, 0xe5, 0x9c, 0x57,
0x97, 0x74, 0xd2, 0x16, 0x5e, 0xc3, 0xd6, 0xb2, 0x85, 0x90, 0xd1, 0x1f, 0x89, 0xcd, 0x2d, 0xcf,
0x11, 0x73, 0xbf, 0x66, 0x6e, 0x2e, 0xa1, 0x7d, 0x09, 0x9e, 0x38, 0xa8, 0x0e, 0x2f, 0x96, 0x59,
0xd8, 0x71, 0x18, 0x89, 0xa2, 0x0a, 0x08, 0x0a, 0x5a, 0x82, 0x1a, 0x12, 0x89, 0x13, 0xfc, 0x45,
0x4c, 0xf4, 0xfd, 0x18, 0x9f, 0xcb, 0x04, 0x25, 0x9c, 0x0e, 0xef, 0x43, 0x00, 0xc5, 0x9b, 0x30,
0xbf, 0xb2, 0x22, 0xec, 0xaf, 0x49, 0xc9, 0x39, 0xf3, 0xd1, 0x11, 0x54, 0xa8, 0x8d, 0x5d, 0x12,
0xfc, 0x47, 0xe1, 0x0a, 0xc2, 0xee, 0x96, 0xc2, 0xd3, 0x86, 0x3f, 0x85, 0x72, 0xc2, 0x4c, 0xa2,
0x2f, 0x0a, 0xeb, 0x25, 0x25, 0x4e, 0x22, 0xa7, 0xb0, 0xe5, 0x05, 0x36, 0x1d, 0x7b, 0x81, 0x6b,
0xcd, 0xdb, 0x2d, 0x0e, 0x43, 0x7e, 0x27, 0xbb, 0x57, 0x3a, 0x78, 0xfb, 0xd8, 0x16, 0xa7, 0x67,
0x66, 0x3e, 0x01, 0xb1, 0x01, 0x73, 0x33, 0x31, 0xbc, 0x2c, 0x8d, 0x1d, 0xd2, 0x09, 0x77, 0xe9,
0x7d, 0x87, 0x6b, 0x4f, 0x76, 0x98, 0x18, 0x5e, 0x96, 0xd6, 0x7e, 0x80, 0xe2, 0x9d, 0x00, 0xf2,
0x90, 0xeb, 0xf6, 0xba, 0x1d, 0xfd, 0x19, 0xda, 0x80, 0xf5, 0xa1, 0xd9, 0x68, 0x75, 0xac, 0x56,
0xaf, 0x3b, 0xec, 0x5c, 0x0e, 0x75, 0x0d, 0x21, 0x28, 0xc5, 0xdb, 0x6e, 0x49, 0x79, 0xf3, 0xa4,
0xab, 0x67, 0xd0, 0x36, 0xbc, 0x68, 0x9d, 0xf5, 0xce, 0xdb, 0xd6, 0x5d, 0xe5, 0x2c, 0x5a, 0x81,
0x4c, 0xf3, 0x50, 0xcf, 0x9d, 0xe6, 0xf2, 0xab, 0x7a, 0xbe, 0xf6, 0xa7, 0x06, 0x70, 0x69, 0xe2,
0x99, 0x9a, 0xf9, 0xaf, 0xa0, 0xec, 0x60, 0x32, 0xa6, 0xc1, 0xe2, 0x96, 0xa7, 0x76, 0xb6, 0x24,
0xf1, 0xf9, 0x21, 0x7f, 0x15, 0x6f, 0xac, 0x3b, 0x8e, 0x7b, 0xb6, 0xd8, 0xd8, 0x78, 0x51, 0x85,
0x2c, 0x5e, 0x54, 0x74, 0x09, 0x5b, 0x11, 0x1e, 0x87, 0x7e, 0x5c, 0x3c, 0x36, 0xf1, 0x89, 0x35,
0xc6, 0x81, 0x77, 0x45, 0x22, 0xae, 0xfe, 0x4a, 0x6b, 0xaa, 0x78, 0x38, 0xf4, 0xe6, 0x35, 0x8b,
0xbf, 0x4d, 0x8c, 0xf8, 0xa2, 0x0c, 0xe8, 0x84, 0xd9, 0xc4, 0xdc, 0x4c, 0x2c, 0x98, 0x13, 0x9f,
0x7c, 0xa7, 0xf8, 0xb5, 0x2b, 0x40, 0xa2, 0x4a, 0x03, 0x79, 0x16, 0x54, 0x12, 0x7d, 0x28, 0x2e,
0x7f, 0xd5, 0xa8, 0x1b, 0xf0, 0xf1, 0x43, 0x5e, 0xde, 0xb1, 0xd0, 0x56, 0x06, 0x9a, 0xf9, 0xf7,
0xcd, 0xe7, 0x7f, 0x68, 0x19, 0x5d, 0x33, 0x0b, 0xee, 0x92, 0xf8, 0x08, 0xf6, 0x3c, 0x2a, 0xf9,
0x21, 0xa3, 0xb7, 0xb3, 0x47, 0xba, 0xdd, 0x04, 0x11, 0x51, 0x3f, 0x3e, 0x32, 0x7d, 0x6d, 0xb4,
0x22, 0xae, 0xcd, 0xe1, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x0d, 0x3b, 0x3f, 0x92, 0xe6, 0x09,
0x00, 0x00,
}