forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.schemagen.yaml
More file actions
42 lines (42 loc) · 1.06 KB
/
.schemagen.yaml
File metadata and controls
42 lines (42 loc) · 1.06 KB
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
mappings:
time:
Time:
schemaType: string
format: date-time
skipAnnotation: true
Duration:
schemaType: string
format: duration
skipAnnotation: true
go.opentelemetry.io/collector/component:
ID:
schemaType: string
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza/operator:
Config:
schemaType: ""
golang.org/x/time/rate:
Limit:
schemaType: number
k8s.io/apimachinery/pkg/watch:
EventType:
schemaType: string
allowedRefs:
- go.opentelemetry.io/collector
- github.com/open-telemetry/opentelemetry-collector-contrib
componentOverrides:
receiver/namedpipe:
configName: 'NamedPipeConfig'
receiver/filelog:
configName: 'FileLogConfig'
receiver/journald:
configName: 'JournaldConfig'
receiver/syslog:
configName: 'SysLogConfig'
receiver/tcplog:
configName: 'TCPLogConfig'
receiver/udplog:
configName: 'UDPLogConfig'
receiver/windowseventlog:
configName: 'WindowsLogConfig'
connector/signaltometrics:
configName: 'config.Config'