forked from open-telemetry/opentelemetry-python-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnitpick-exceptions.ini
More file actions
31 lines (30 loc) · 826 Bytes
/
nitpick-exceptions.ini
File metadata and controls
31 lines (30 loc) · 826 Bytes
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
[default]
class_references=
; TODO: Understand why sphinx is not able to find this local class
opentelemetry.propagators.textmap.TextMapPropagator
; - AwsXRayFormat
opentelemetry.propagators.textmap.DictGetter
; API
opentelemetry.propagators.textmap.Getter
; - DatadogFormat
; - AWSXRayFormat
opentelemetry.sdk.trace.id_generator.IdGenerator
; - AwsXRayIdGenerator
TextMapPropagatorT
; - AwsXRayFormat.extract
anys=
; API
opentelemetry.propagators.textmap.TextMapPropagator.fields
; - AWSXRayFormat
TraceId
; - AwsXRayIdGenerator
TraceIdRatioBased
; - AwsXRayIdGenerator
; SDK
SpanProcessor
; - DatadogExportSpanProcessor
TracerProvider
; - AwsXRayIdGenerator
; Instrumentation
BaseInstrumentor
; - instrumentation.*