@newrelic/preflight 1.22.0 → 1.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1250 @@
1
+ export declare const OTLP_DESCRIPTOR: {
2
+ nested: {
3
+ opentelemetry: {
4
+ nested: {
5
+ proto: {
6
+ nested: {
7
+ collector: {
8
+ nested: {
9
+ logs: {
10
+ nested: {
11
+ v1: {
12
+ options: {
13
+ csharp_namespace: string;
14
+ java_multiple_files: boolean;
15
+ java_package: string;
16
+ java_outer_classname: string;
17
+ go_package: string;
18
+ };
19
+ nested: {
20
+ ExportLogsServiceRequest: {
21
+ fields: {
22
+ resourceLogs: {
23
+ rule: string;
24
+ type: string;
25
+ id: number;
26
+ protoName: string;
27
+ };
28
+ };
29
+ };
30
+ ExportLogsServiceResponse: {
31
+ fields: {
32
+ partialSuccess: {
33
+ type: string;
34
+ id: number;
35
+ protoName: string;
36
+ };
37
+ };
38
+ };
39
+ ExportLogsPartialSuccess: {
40
+ fields: {
41
+ rejectedLogRecords: {
42
+ type: string;
43
+ id: number;
44
+ protoName: string;
45
+ };
46
+ errorMessage: {
47
+ type: string;
48
+ id: number;
49
+ protoName: string;
50
+ };
51
+ };
52
+ };
53
+ };
54
+ };
55
+ };
56
+ };
57
+ metrics: {
58
+ nested: {
59
+ v1: {
60
+ options: {
61
+ csharp_namespace: string;
62
+ java_multiple_files: boolean;
63
+ java_package: string;
64
+ java_outer_classname: string;
65
+ go_package: string;
66
+ };
67
+ nested: {
68
+ ExportMetricsServiceRequest: {
69
+ fields: {
70
+ resourceMetrics: {
71
+ rule: string;
72
+ type: string;
73
+ id: number;
74
+ protoName: string;
75
+ };
76
+ };
77
+ };
78
+ ExportMetricsServiceResponse: {
79
+ fields: {
80
+ partialSuccess: {
81
+ type: string;
82
+ id: number;
83
+ protoName: string;
84
+ };
85
+ };
86
+ };
87
+ ExportMetricsPartialSuccess: {
88
+ fields: {
89
+ rejectedDataPoints: {
90
+ type: string;
91
+ id: number;
92
+ protoName: string;
93
+ };
94
+ errorMessage: {
95
+ type: string;
96
+ id: number;
97
+ protoName: string;
98
+ };
99
+ };
100
+ };
101
+ };
102
+ };
103
+ };
104
+ };
105
+ trace: {
106
+ nested: {
107
+ v1: {
108
+ options: {
109
+ csharp_namespace: string;
110
+ java_multiple_files: boolean;
111
+ java_package: string;
112
+ java_outer_classname: string;
113
+ go_package: string;
114
+ };
115
+ nested: {
116
+ ExportTraceServiceRequest: {
117
+ fields: {
118
+ resourceSpans: {
119
+ rule: string;
120
+ type: string;
121
+ id: number;
122
+ protoName: string;
123
+ };
124
+ };
125
+ };
126
+ ExportTraceServiceResponse: {
127
+ fields: {
128
+ partialSuccess: {
129
+ type: string;
130
+ id: number;
131
+ protoName: string;
132
+ };
133
+ };
134
+ };
135
+ ExportTracePartialSuccess: {
136
+ fields: {
137
+ rejectedSpans: {
138
+ type: string;
139
+ id: number;
140
+ protoName: string;
141
+ };
142
+ errorMessage: {
143
+ type: string;
144
+ id: number;
145
+ protoName: string;
146
+ };
147
+ };
148
+ };
149
+ };
150
+ };
151
+ };
152
+ };
153
+ };
154
+ };
155
+ logs: {
156
+ nested: {
157
+ v1: {
158
+ options: {
159
+ csharp_namespace: string;
160
+ java_multiple_files: boolean;
161
+ java_package: string;
162
+ java_outer_classname: string;
163
+ go_package: string;
164
+ };
165
+ nested: {
166
+ LogsData: {
167
+ fields: {
168
+ resourceLogs: {
169
+ rule: string;
170
+ type: string;
171
+ id: number;
172
+ protoName: string;
173
+ };
174
+ };
175
+ };
176
+ ResourceLogs: {
177
+ fields: {
178
+ resource: {
179
+ type: string;
180
+ id: number;
181
+ };
182
+ scopeLogs: {
183
+ rule: string;
184
+ type: string;
185
+ id: number;
186
+ protoName: string;
187
+ };
188
+ schemaUrl: {
189
+ type: string;
190
+ id: number;
191
+ protoName: string;
192
+ };
193
+ };
194
+ reserved: number[][];
195
+ };
196
+ ScopeLogs: {
197
+ fields: {
198
+ scope: {
199
+ type: string;
200
+ id: number;
201
+ };
202
+ logRecords: {
203
+ rule: string;
204
+ type: string;
205
+ id: number;
206
+ protoName: string;
207
+ };
208
+ schemaUrl: {
209
+ type: string;
210
+ id: number;
211
+ protoName: string;
212
+ };
213
+ };
214
+ };
215
+ SeverityNumber: {
216
+ values: {
217
+ SEVERITY_NUMBER_UNSPECIFIED: number;
218
+ SEVERITY_NUMBER_TRACE: number;
219
+ SEVERITY_NUMBER_TRACE2: number;
220
+ SEVERITY_NUMBER_TRACE3: number;
221
+ SEVERITY_NUMBER_TRACE4: number;
222
+ SEVERITY_NUMBER_DEBUG: number;
223
+ SEVERITY_NUMBER_DEBUG2: number;
224
+ SEVERITY_NUMBER_DEBUG3: number;
225
+ SEVERITY_NUMBER_DEBUG4: number;
226
+ SEVERITY_NUMBER_INFO: number;
227
+ SEVERITY_NUMBER_INFO2: number;
228
+ SEVERITY_NUMBER_INFO3: number;
229
+ SEVERITY_NUMBER_INFO4: number;
230
+ SEVERITY_NUMBER_WARN: number;
231
+ SEVERITY_NUMBER_WARN2: number;
232
+ SEVERITY_NUMBER_WARN3: number;
233
+ SEVERITY_NUMBER_WARN4: number;
234
+ SEVERITY_NUMBER_ERROR: number;
235
+ SEVERITY_NUMBER_ERROR2: number;
236
+ SEVERITY_NUMBER_ERROR3: number;
237
+ SEVERITY_NUMBER_ERROR4: number;
238
+ SEVERITY_NUMBER_FATAL: number;
239
+ SEVERITY_NUMBER_FATAL2: number;
240
+ SEVERITY_NUMBER_FATAL3: number;
241
+ SEVERITY_NUMBER_FATAL4: number;
242
+ };
243
+ };
244
+ LogRecordFlags: {
245
+ values: {
246
+ LOG_RECORD_FLAGS_DO_NOT_USE: number;
247
+ LOG_RECORD_FLAGS_TRACE_FLAGS_MASK: number;
248
+ };
249
+ };
250
+ LogRecord: {
251
+ fields: {
252
+ timeUnixNano: {
253
+ type: string;
254
+ id: number;
255
+ protoName: string;
256
+ };
257
+ observedTimeUnixNano: {
258
+ type: string;
259
+ id: number;
260
+ protoName: string;
261
+ };
262
+ severityNumber: {
263
+ type: string;
264
+ id: number;
265
+ protoName: string;
266
+ };
267
+ severityText: {
268
+ type: string;
269
+ id: number;
270
+ protoName: string;
271
+ };
272
+ body: {
273
+ type: string;
274
+ id: number;
275
+ };
276
+ attributes: {
277
+ rule: string;
278
+ type: string;
279
+ id: number;
280
+ };
281
+ droppedAttributesCount: {
282
+ type: string;
283
+ id: number;
284
+ protoName: string;
285
+ };
286
+ flags: {
287
+ type: string;
288
+ id: number;
289
+ };
290
+ traceId: {
291
+ type: string;
292
+ id: number;
293
+ protoName: string;
294
+ };
295
+ spanId: {
296
+ type: string;
297
+ id: number;
298
+ protoName: string;
299
+ };
300
+ eventName: {
301
+ type: string;
302
+ id: number;
303
+ protoName: string;
304
+ };
305
+ };
306
+ reserved: number[][];
307
+ };
308
+ };
309
+ };
310
+ };
311
+ };
312
+ common: {
313
+ nested: {
314
+ v1: {
315
+ options: {
316
+ csharp_namespace: string;
317
+ java_multiple_files: boolean;
318
+ java_package: string;
319
+ java_outer_classname: string;
320
+ go_package: string;
321
+ };
322
+ nested: {
323
+ AnyValue: {
324
+ oneofs: {
325
+ value: {
326
+ oneof: string[];
327
+ };
328
+ };
329
+ fields: {
330
+ stringValue: {
331
+ type: string;
332
+ id: number;
333
+ protoName: string;
334
+ };
335
+ boolValue: {
336
+ type: string;
337
+ id: number;
338
+ protoName: string;
339
+ };
340
+ intValue: {
341
+ type: string;
342
+ id: number;
343
+ protoName: string;
344
+ };
345
+ doubleValue: {
346
+ type: string;
347
+ id: number;
348
+ protoName: string;
349
+ };
350
+ arrayValue: {
351
+ type: string;
352
+ id: number;
353
+ protoName: string;
354
+ };
355
+ kvlistValue: {
356
+ type: string;
357
+ id: number;
358
+ protoName: string;
359
+ };
360
+ bytesValue: {
361
+ type: string;
362
+ id: number;
363
+ protoName: string;
364
+ };
365
+ stringValueStrindex: {
366
+ type: string;
367
+ id: number;
368
+ protoName: string;
369
+ };
370
+ };
371
+ };
372
+ ArrayValue: {
373
+ fields: {
374
+ values: {
375
+ rule: string;
376
+ type: string;
377
+ id: number;
378
+ };
379
+ };
380
+ };
381
+ KeyValueList: {
382
+ fields: {
383
+ values: {
384
+ rule: string;
385
+ type: string;
386
+ id: number;
387
+ };
388
+ };
389
+ };
390
+ KeyValue: {
391
+ fields: {
392
+ key: {
393
+ type: string;
394
+ id: number;
395
+ };
396
+ value: {
397
+ type: string;
398
+ id: number;
399
+ };
400
+ keyStrindex: {
401
+ type: string;
402
+ id: number;
403
+ protoName: string;
404
+ };
405
+ };
406
+ };
407
+ InstrumentationScope: {
408
+ fields: {
409
+ name: {
410
+ type: string;
411
+ id: number;
412
+ };
413
+ version: {
414
+ type: string;
415
+ id: number;
416
+ };
417
+ attributes: {
418
+ rule: string;
419
+ type: string;
420
+ id: number;
421
+ };
422
+ droppedAttributesCount: {
423
+ type: string;
424
+ id: number;
425
+ protoName: string;
426
+ };
427
+ };
428
+ };
429
+ EntityRef: {
430
+ fields: {
431
+ schemaUrl: {
432
+ type: string;
433
+ id: number;
434
+ protoName: string;
435
+ };
436
+ type: {
437
+ type: string;
438
+ id: number;
439
+ };
440
+ idKeys: {
441
+ rule: string;
442
+ type: string;
443
+ id: number;
444
+ protoName: string;
445
+ };
446
+ descriptionKeys: {
447
+ rule: string;
448
+ type: string;
449
+ id: number;
450
+ protoName: string;
451
+ };
452
+ };
453
+ };
454
+ };
455
+ };
456
+ };
457
+ };
458
+ resource: {
459
+ nested: {
460
+ v1: {
461
+ options: {
462
+ csharp_namespace: string;
463
+ java_multiple_files: boolean;
464
+ java_package: string;
465
+ java_outer_classname: string;
466
+ go_package: string;
467
+ };
468
+ nested: {
469
+ Resource: {
470
+ fields: {
471
+ attributes: {
472
+ rule: string;
473
+ type: string;
474
+ id: number;
475
+ };
476
+ droppedAttributesCount: {
477
+ type: string;
478
+ id: number;
479
+ protoName: string;
480
+ };
481
+ entityRefs: {
482
+ rule: string;
483
+ type: string;
484
+ id: number;
485
+ protoName: string;
486
+ };
487
+ };
488
+ };
489
+ };
490
+ };
491
+ };
492
+ };
493
+ metrics: {
494
+ nested: {
495
+ v1: {
496
+ options: {
497
+ csharp_namespace: string;
498
+ java_multiple_files: boolean;
499
+ java_package: string;
500
+ java_outer_classname: string;
501
+ go_package: string;
502
+ };
503
+ nested: {
504
+ MetricsData: {
505
+ fields: {
506
+ resourceMetrics: {
507
+ rule: string;
508
+ type: string;
509
+ id: number;
510
+ protoName: string;
511
+ };
512
+ };
513
+ };
514
+ ResourceMetrics: {
515
+ fields: {
516
+ resource: {
517
+ type: string;
518
+ id: number;
519
+ };
520
+ scopeMetrics: {
521
+ rule: string;
522
+ type: string;
523
+ id: number;
524
+ protoName: string;
525
+ };
526
+ schemaUrl: {
527
+ type: string;
528
+ id: number;
529
+ protoName: string;
530
+ };
531
+ };
532
+ reserved: number[][];
533
+ };
534
+ ScopeMetrics: {
535
+ fields: {
536
+ scope: {
537
+ type: string;
538
+ id: number;
539
+ };
540
+ metrics: {
541
+ rule: string;
542
+ type: string;
543
+ id: number;
544
+ };
545
+ schemaUrl: {
546
+ type: string;
547
+ id: number;
548
+ protoName: string;
549
+ };
550
+ };
551
+ };
552
+ Metric: {
553
+ oneofs: {
554
+ data: {
555
+ oneof: string[];
556
+ };
557
+ };
558
+ fields: {
559
+ name: {
560
+ type: string;
561
+ id: number;
562
+ };
563
+ description: {
564
+ type: string;
565
+ id: number;
566
+ };
567
+ unit: {
568
+ type: string;
569
+ id: number;
570
+ };
571
+ gauge: {
572
+ type: string;
573
+ id: number;
574
+ };
575
+ sum: {
576
+ type: string;
577
+ id: number;
578
+ };
579
+ histogram: {
580
+ type: string;
581
+ id: number;
582
+ };
583
+ exponentialHistogram: {
584
+ type: string;
585
+ id: number;
586
+ protoName: string;
587
+ };
588
+ summary: {
589
+ type: string;
590
+ id: number;
591
+ };
592
+ metadata: {
593
+ rule: string;
594
+ type: string;
595
+ id: number;
596
+ };
597
+ };
598
+ reserved: number[][];
599
+ };
600
+ Gauge: {
601
+ fields: {
602
+ dataPoints: {
603
+ rule: string;
604
+ type: string;
605
+ id: number;
606
+ protoName: string;
607
+ };
608
+ };
609
+ };
610
+ Sum: {
611
+ fields: {
612
+ dataPoints: {
613
+ rule: string;
614
+ type: string;
615
+ id: number;
616
+ protoName: string;
617
+ };
618
+ aggregationTemporality: {
619
+ type: string;
620
+ id: number;
621
+ protoName: string;
622
+ };
623
+ isMonotonic: {
624
+ type: string;
625
+ id: number;
626
+ protoName: string;
627
+ };
628
+ };
629
+ };
630
+ Histogram: {
631
+ fields: {
632
+ dataPoints: {
633
+ rule: string;
634
+ type: string;
635
+ id: number;
636
+ protoName: string;
637
+ };
638
+ aggregationTemporality: {
639
+ type: string;
640
+ id: number;
641
+ protoName: string;
642
+ };
643
+ };
644
+ };
645
+ ExponentialHistogram: {
646
+ fields: {
647
+ dataPoints: {
648
+ rule: string;
649
+ type: string;
650
+ id: number;
651
+ protoName: string;
652
+ };
653
+ aggregationTemporality: {
654
+ type: string;
655
+ id: number;
656
+ protoName: string;
657
+ };
658
+ };
659
+ };
660
+ Summary: {
661
+ fields: {
662
+ dataPoints: {
663
+ rule: string;
664
+ type: string;
665
+ id: number;
666
+ protoName: string;
667
+ };
668
+ };
669
+ };
670
+ AggregationTemporality: {
671
+ values: {
672
+ AGGREGATION_TEMPORALITY_UNSPECIFIED: number;
673
+ AGGREGATION_TEMPORALITY_DELTA: number;
674
+ AGGREGATION_TEMPORALITY_CUMULATIVE: number;
675
+ };
676
+ };
677
+ DataPointFlags: {
678
+ values: {
679
+ DATA_POINT_FLAGS_DO_NOT_USE: number;
680
+ DATA_POINT_FLAGS_NO_RECORDED_VALUE_MASK: number;
681
+ };
682
+ };
683
+ NumberDataPoint: {
684
+ oneofs: {
685
+ value: {
686
+ oneof: string[];
687
+ };
688
+ };
689
+ fields: {
690
+ attributes: {
691
+ rule: string;
692
+ type: string;
693
+ id: number;
694
+ };
695
+ startTimeUnixNano: {
696
+ type: string;
697
+ id: number;
698
+ protoName: string;
699
+ };
700
+ timeUnixNano: {
701
+ type: string;
702
+ id: number;
703
+ protoName: string;
704
+ };
705
+ asDouble: {
706
+ type: string;
707
+ id: number;
708
+ protoName: string;
709
+ };
710
+ asInt: {
711
+ type: string;
712
+ id: number;
713
+ protoName: string;
714
+ };
715
+ exemplars: {
716
+ rule: string;
717
+ type: string;
718
+ id: number;
719
+ };
720
+ flags: {
721
+ type: string;
722
+ id: number;
723
+ };
724
+ };
725
+ reserved: number[][];
726
+ };
727
+ HistogramDataPoint: {
728
+ oneofs: {
729
+ _sum: {
730
+ oneof: string[];
731
+ };
732
+ _min: {
733
+ oneof: string[];
734
+ };
735
+ _max: {
736
+ oneof: string[];
737
+ };
738
+ };
739
+ fields: {
740
+ attributes: {
741
+ rule: string;
742
+ type: string;
743
+ id: number;
744
+ };
745
+ startTimeUnixNano: {
746
+ type: string;
747
+ id: number;
748
+ protoName: string;
749
+ };
750
+ timeUnixNano: {
751
+ type: string;
752
+ id: number;
753
+ protoName: string;
754
+ };
755
+ count: {
756
+ type: string;
757
+ id: number;
758
+ };
759
+ sum: {
760
+ type: string;
761
+ id: number;
762
+ options: {
763
+ proto3_optional: boolean;
764
+ };
765
+ };
766
+ bucketCounts: {
767
+ rule: string;
768
+ type: string;
769
+ id: number;
770
+ protoName: string;
771
+ };
772
+ explicitBounds: {
773
+ rule: string;
774
+ type: string;
775
+ id: number;
776
+ protoName: string;
777
+ };
778
+ exemplars: {
779
+ rule: string;
780
+ type: string;
781
+ id: number;
782
+ };
783
+ flags: {
784
+ type: string;
785
+ id: number;
786
+ };
787
+ min: {
788
+ type: string;
789
+ id: number;
790
+ options: {
791
+ proto3_optional: boolean;
792
+ };
793
+ };
794
+ max: {
795
+ type: string;
796
+ id: number;
797
+ options: {
798
+ proto3_optional: boolean;
799
+ };
800
+ };
801
+ };
802
+ reserved: number[][];
803
+ };
804
+ ExponentialHistogramDataPoint: {
805
+ oneofs: {
806
+ _sum: {
807
+ oneof: string[];
808
+ };
809
+ _min: {
810
+ oneof: string[];
811
+ };
812
+ _max: {
813
+ oneof: string[];
814
+ };
815
+ };
816
+ fields: {
817
+ attributes: {
818
+ rule: string;
819
+ type: string;
820
+ id: number;
821
+ };
822
+ startTimeUnixNano: {
823
+ type: string;
824
+ id: number;
825
+ protoName: string;
826
+ };
827
+ timeUnixNano: {
828
+ type: string;
829
+ id: number;
830
+ protoName: string;
831
+ };
832
+ count: {
833
+ type: string;
834
+ id: number;
835
+ };
836
+ sum: {
837
+ type: string;
838
+ id: number;
839
+ options: {
840
+ proto3_optional: boolean;
841
+ };
842
+ };
843
+ scale: {
844
+ type: string;
845
+ id: number;
846
+ };
847
+ zeroCount: {
848
+ type: string;
849
+ id: number;
850
+ protoName: string;
851
+ };
852
+ positive: {
853
+ type: string;
854
+ id: number;
855
+ };
856
+ negative: {
857
+ type: string;
858
+ id: number;
859
+ };
860
+ flags: {
861
+ type: string;
862
+ id: number;
863
+ };
864
+ exemplars: {
865
+ rule: string;
866
+ type: string;
867
+ id: number;
868
+ };
869
+ min: {
870
+ type: string;
871
+ id: number;
872
+ options: {
873
+ proto3_optional: boolean;
874
+ };
875
+ };
876
+ max: {
877
+ type: string;
878
+ id: number;
879
+ options: {
880
+ proto3_optional: boolean;
881
+ };
882
+ };
883
+ zeroThreshold: {
884
+ type: string;
885
+ id: number;
886
+ protoName: string;
887
+ };
888
+ };
889
+ nested: {
890
+ Buckets: {
891
+ fields: {
892
+ offset: {
893
+ type: string;
894
+ id: number;
895
+ };
896
+ bucketCounts: {
897
+ rule: string;
898
+ type: string;
899
+ id: number;
900
+ protoName: string;
901
+ };
902
+ };
903
+ };
904
+ };
905
+ };
906
+ SummaryDataPoint: {
907
+ fields: {
908
+ attributes: {
909
+ rule: string;
910
+ type: string;
911
+ id: number;
912
+ };
913
+ startTimeUnixNano: {
914
+ type: string;
915
+ id: number;
916
+ protoName: string;
917
+ };
918
+ timeUnixNano: {
919
+ type: string;
920
+ id: number;
921
+ protoName: string;
922
+ };
923
+ count: {
924
+ type: string;
925
+ id: number;
926
+ };
927
+ sum: {
928
+ type: string;
929
+ id: number;
930
+ };
931
+ quantileValues: {
932
+ rule: string;
933
+ type: string;
934
+ id: number;
935
+ protoName: string;
936
+ };
937
+ flags: {
938
+ type: string;
939
+ id: number;
940
+ };
941
+ };
942
+ reserved: number[][];
943
+ nested: {
944
+ ValueAtQuantile: {
945
+ fields: {
946
+ quantile: {
947
+ type: string;
948
+ id: number;
949
+ };
950
+ value: {
951
+ type: string;
952
+ id: number;
953
+ };
954
+ };
955
+ };
956
+ };
957
+ };
958
+ Exemplar: {
959
+ oneofs: {
960
+ value: {
961
+ oneof: string[];
962
+ };
963
+ };
964
+ fields: {
965
+ filteredAttributes: {
966
+ rule: string;
967
+ type: string;
968
+ id: number;
969
+ protoName: string;
970
+ };
971
+ timeUnixNano: {
972
+ type: string;
973
+ id: number;
974
+ protoName: string;
975
+ };
976
+ asDouble: {
977
+ type: string;
978
+ id: number;
979
+ protoName: string;
980
+ };
981
+ asInt: {
982
+ type: string;
983
+ id: number;
984
+ protoName: string;
985
+ };
986
+ spanId: {
987
+ type: string;
988
+ id: number;
989
+ protoName: string;
990
+ };
991
+ traceId: {
992
+ type: string;
993
+ id: number;
994
+ protoName: string;
995
+ };
996
+ };
997
+ reserved: number[][];
998
+ };
999
+ };
1000
+ };
1001
+ };
1002
+ };
1003
+ trace: {
1004
+ nested: {
1005
+ v1: {
1006
+ options: {
1007
+ csharp_namespace: string;
1008
+ java_multiple_files: boolean;
1009
+ java_package: string;
1010
+ java_outer_classname: string;
1011
+ go_package: string;
1012
+ };
1013
+ nested: {
1014
+ TracesData: {
1015
+ fields: {
1016
+ resourceSpans: {
1017
+ rule: string;
1018
+ type: string;
1019
+ id: number;
1020
+ protoName: string;
1021
+ };
1022
+ };
1023
+ };
1024
+ ResourceSpans: {
1025
+ fields: {
1026
+ resource: {
1027
+ type: string;
1028
+ id: number;
1029
+ };
1030
+ scopeSpans: {
1031
+ rule: string;
1032
+ type: string;
1033
+ id: number;
1034
+ protoName: string;
1035
+ };
1036
+ schemaUrl: {
1037
+ type: string;
1038
+ id: number;
1039
+ protoName: string;
1040
+ };
1041
+ };
1042
+ reserved: number[][];
1043
+ };
1044
+ ScopeSpans: {
1045
+ fields: {
1046
+ scope: {
1047
+ type: string;
1048
+ id: number;
1049
+ };
1050
+ spans: {
1051
+ rule: string;
1052
+ type: string;
1053
+ id: number;
1054
+ };
1055
+ schemaUrl: {
1056
+ type: string;
1057
+ id: number;
1058
+ protoName: string;
1059
+ };
1060
+ };
1061
+ };
1062
+ Span: {
1063
+ fields: {
1064
+ traceId: {
1065
+ type: string;
1066
+ id: number;
1067
+ protoName: string;
1068
+ };
1069
+ spanId: {
1070
+ type: string;
1071
+ id: number;
1072
+ protoName: string;
1073
+ };
1074
+ traceState: {
1075
+ type: string;
1076
+ id: number;
1077
+ protoName: string;
1078
+ };
1079
+ parentSpanId: {
1080
+ type: string;
1081
+ id: number;
1082
+ protoName: string;
1083
+ };
1084
+ flags: {
1085
+ type: string;
1086
+ id: number;
1087
+ };
1088
+ name: {
1089
+ type: string;
1090
+ id: number;
1091
+ };
1092
+ kind: {
1093
+ type: string;
1094
+ id: number;
1095
+ };
1096
+ startTimeUnixNano: {
1097
+ type: string;
1098
+ id: number;
1099
+ protoName: string;
1100
+ };
1101
+ endTimeUnixNano: {
1102
+ type: string;
1103
+ id: number;
1104
+ protoName: string;
1105
+ };
1106
+ attributes: {
1107
+ rule: string;
1108
+ type: string;
1109
+ id: number;
1110
+ };
1111
+ droppedAttributesCount: {
1112
+ type: string;
1113
+ id: number;
1114
+ protoName: string;
1115
+ };
1116
+ events: {
1117
+ rule: string;
1118
+ type: string;
1119
+ id: number;
1120
+ };
1121
+ droppedEventsCount: {
1122
+ type: string;
1123
+ id: number;
1124
+ protoName: string;
1125
+ };
1126
+ links: {
1127
+ rule: string;
1128
+ type: string;
1129
+ id: number;
1130
+ };
1131
+ droppedLinksCount: {
1132
+ type: string;
1133
+ id: number;
1134
+ protoName: string;
1135
+ };
1136
+ status: {
1137
+ type: string;
1138
+ id: number;
1139
+ };
1140
+ };
1141
+ nested: {
1142
+ SpanKind: {
1143
+ values: {
1144
+ SPAN_KIND_UNSPECIFIED: number;
1145
+ SPAN_KIND_INTERNAL: number;
1146
+ SPAN_KIND_SERVER: number;
1147
+ SPAN_KIND_CLIENT: number;
1148
+ SPAN_KIND_PRODUCER: number;
1149
+ SPAN_KIND_CONSUMER: number;
1150
+ };
1151
+ };
1152
+ Event: {
1153
+ fields: {
1154
+ timeUnixNano: {
1155
+ type: string;
1156
+ id: number;
1157
+ protoName: string;
1158
+ };
1159
+ name: {
1160
+ type: string;
1161
+ id: number;
1162
+ };
1163
+ attributes: {
1164
+ rule: string;
1165
+ type: string;
1166
+ id: number;
1167
+ };
1168
+ droppedAttributesCount: {
1169
+ type: string;
1170
+ id: number;
1171
+ protoName: string;
1172
+ };
1173
+ };
1174
+ };
1175
+ Link: {
1176
+ fields: {
1177
+ traceId: {
1178
+ type: string;
1179
+ id: number;
1180
+ protoName: string;
1181
+ };
1182
+ spanId: {
1183
+ type: string;
1184
+ id: number;
1185
+ protoName: string;
1186
+ };
1187
+ traceState: {
1188
+ type: string;
1189
+ id: number;
1190
+ protoName: string;
1191
+ };
1192
+ attributes: {
1193
+ rule: string;
1194
+ type: string;
1195
+ id: number;
1196
+ };
1197
+ droppedAttributesCount: {
1198
+ type: string;
1199
+ id: number;
1200
+ protoName: string;
1201
+ };
1202
+ flags: {
1203
+ type: string;
1204
+ id: number;
1205
+ };
1206
+ };
1207
+ };
1208
+ };
1209
+ };
1210
+ Status: {
1211
+ fields: {
1212
+ message: {
1213
+ type: string;
1214
+ id: number;
1215
+ };
1216
+ code: {
1217
+ type: string;
1218
+ id: number;
1219
+ };
1220
+ };
1221
+ reserved: number[][];
1222
+ nested: {
1223
+ StatusCode: {
1224
+ values: {
1225
+ STATUS_CODE_UNSET: number;
1226
+ STATUS_CODE_OK: number;
1227
+ STATUS_CODE_ERROR: number;
1228
+ };
1229
+ };
1230
+ };
1231
+ };
1232
+ SpanFlags: {
1233
+ values: {
1234
+ SPAN_FLAGS_DO_NOT_USE: number;
1235
+ SPAN_FLAGS_TRACE_FLAGS_MASK: number;
1236
+ SPAN_FLAGS_CONTEXT_HAS_IS_REMOTE_MASK: number;
1237
+ SPAN_FLAGS_CONTEXT_IS_REMOTE_MASK: number;
1238
+ };
1239
+ };
1240
+ };
1241
+ };
1242
+ };
1243
+ };
1244
+ };
1245
+ };
1246
+ };
1247
+ };
1248
+ };
1249
+ };
1250
+ //# sourceMappingURL=otlp-descriptor.d.ts.map