-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathconfig-example.json
More file actions
62 lines (62 loc) · 1.63 KB
/
Copy pathconfig-example.json
File metadata and controls
62 lines (62 loc) · 1.63 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"InsecureConnection": true,
"CACertFile": "",
"OtelExporterGRPCEndpoint": "localhost:4317",
"OtelExporterHTTPEndpoint": "localhost:4318",
"ResourceAttributes": [
{
"Key": "package_name",
"Value": {
"Type": "STRING",
"Value": "beholder"
}
},
{
"Key": "sender",
"Value": {
"Type": "STRING",
"Value": "beholderclient"
}
}
],
"EmitterExportTimeout": 1000000000,
"EmitterExportInterval": 1000000000,
"EmitterExportMaxBatchSize": 512,
"EmitterMaxQueueSize": 2048,
"EmitterBatchProcessor": true,
"TraceSampleRatio": 1,
"TraceBatchTimeout": 1000000000,
"TraceSpanExporter": null,
"TraceRetryConfig": null,
"TraceCompressor": "gzip",
"MetricReaderInterval": 1000000000,
"MetricRetryConfig": null,
"MetricViews": null,
"MetricCompressor": "gzip",
"MetricProducers": null,
"ChipIngressEmitterEnabled": false,
"ChipIngressEmitterGRPCEndpoint": "",
"ChipIngressInsecureConnection": false,
"ChipIngressBatchEmitterEnabled": false,
"ChipIngressBufferSize": 0,
"ChipIngressMaxBatchSize": 0,
"ChipIngressSendInterval": 0,
"ChipIngressSendTimeout": 0,
"ChipIngressDrainTimeout": 0,
"ChipIngressMaxConcurrentSends": 0,
"ChipIngressMaxGRPCRequestSize": 0,
"ChipIngressLogger": null,
"LogExportTimeout": 1000000000,
"LogExportInterval": 1000000000,
"LogExportMaxBatchSize": 512,
"LogMaxQueueSize": 2048,
"LogBatchProcessor": true,
"LogRetryConfig": null,
"LogStreamingEnabled": false,
"LogLevel": "info",
"LogCompressor": "gzip",
"AuthHeaders": {},
"AuthHeadersTTL": 0,
"AuthKeySigner": null,
"AuthPublicKeyHex": ""
}