-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathdefault-config-current.yaml
More file actions
371 lines (371 loc) · 9.14 KB
/
default-config-current.yaml
File metadata and controls
371 lines (371 loc) · 9.14 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
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
ebpf:
bpf_debug: false
wakeup_len: 500
batch_length: 100
batch_timeout: 1s
track_request_headers: false
http_request_timeout: 0s
context_propagation: disabled
override_bpfloop_enabled: false
traffic_control_backend: auto
disable_black_box_cp: false
high_request_volume: false
heuristic_sql_detect: false
instrument_cuda: auto
protocol_debug_print: false
redis_db_cache:
enabled: false
max_size: 1000
buffer_sizes:
http: 0
mysql: 0
kafka: 0
postgres: 0
mysql_prepared_statements_cache_size: 1024
postgres_prepared_statements_cache_size: 1024
kafka_topic_uuid_cache_size: 1024
mongo_requests_cache_size: 1024
payload_extraction:
http:
graphql:
enabled: false
elasticsearch:
enabled: false
aws:
enabled: false
sqlpp:
enabled: false
endpoint_patterns:
- /query/service
max_transaction_time: 5m0s
dns_request_timeout: 5s
log_enricher:
services: []
cache_ttl: 30m0s
cache_size: 128
async_writer_workers: 8
async_writer_channel_len: 500
couchbase_db_cache_size: 1024
bpf_fs_path: /sys/fs/bpf/
network:
enable: false
source: socket_filter
agent_ip: ""
agent_ip_iface: external
agent_ip_type: any
interfaces: []
exclude_interfaces:
- lo
protocols: []
exclude_protocols: []
cache_max_flows: 5000
cache_active_timeout: 5s
deduper: first_come
deduper_fc_ttl: 0s
direction: both
sampling: 0
listen_interfaces: watch
listen_poll_period: 10s
geo_ip:
ipinfo:
path: ""
maxmind:
country_path: ""
asn_path: ""
cache_len: 512
cache_expiry: 1h0m0s
reverse_dns:
type: none
cache_len: 256
cache_expiry: 1h0m0s
print_flows: false
cidrs: []
filter:
application: {}
network: {}
attributes:
kubernetes:
enable: autodetect
cluster_name: ""
kubeconfig_path: ""
informers_sync_timeout: 30s
informers_resync_period: 30m0s
drop_external: false
disable_informers: []
meta_cache_address: ""
meta_restrict_local_node: false
meta_source_labels:
service_name: ""
service_namespace: ""
resource_labels:
service.name:
- app.kubernetes.io/name
service.namespace:
- app.kubernetes.io/part-of
service.version:
- app.kubernetes.io/version
service_name_template: ""
instance_id:
dns: true
override_hostname: ""
select: {}
host_id:
override: ""
extra_group_attributes: {}
rename_unresolved_hosts: unresolved
rename_unresolved_hosts_outgoing: outgoing
rename_unresolved_hosts_incoming: incoming
metric_span_names_limit: 100
routes:
unmatched: heuristic
patterns: []
ignored_patterns: []
ignore_mode: ""
wildcard_char: '*'
max_path_segment_cardinality: 10
name_resolver:
sources:
- k8s
cache_len: 1024
cache_expiry: 5m0s
otel_metrics_export:
allow_service_graph_self_references: false
buckets:
duration_histogram:
- 0
- 0.005
- 0.01
- 0.025
- 0.05
- 0.075
- 0.1
- 0.25
- 0.5
- 0.75
- 1
- 2.5
- 5
- 7.5
- 10
request_size_histogram:
- 0
- 32
- 64
- 128
- 256
- 512
- 1024
- 2048
- 4096
- 8192
response_size_histogram:
- 0
- 32
- 64
- 128
- 256
- 512
- 1024
- 2048
- 4096
- 8192
endpoint: '***'
extra_span_resource_attributes: []
features: 0
histogram_aggregation: explicit_bucket_histogram
insecure_skip_verify: false
instrumentations:
- '*'
interval: 0s
otel_sdk_log_level: ""
protocol: ""
reporters_cache_len: 256
ttl: 5m0s
otel_traces_export:
backoff_initial_interval: 0s
backoff_max_elapsed_time: 0s
backoff_max_interval: 0s
batch_timeout: 15s
endpoint: '***'
insecure_skip_verify: false
instrumentations:
- http
- grpc
- sql
- redis
- kafka
- mqtt
- mongo
- couchbase
max_queue_size: 4096
otel_sdk_log_level: ""
protocol: ""
reporters_cache_len: 256
sampler:
name: ""
arg: ""
prometheus_export:
port: 0
path: /metrics
disable_build_info: false
features: 0
instrumentations:
- '*'
buckets:
duration_histogram:
- 0
- 0.005
- 0.01
- 0.025
- 0.05
- 0.075
- 0.1
- 0.25
- 0.5
- 0.75
- 1
- 2.5
- 5
- 7.5
- 10
request_size_histogram:
- 0
- 32
- 64
- 128
- 256
- 512
- 1024
- 2048
- 4096
- 8192
response_size_histogram:
- 0
- 32
- 64
- 128
- 256
- 512
- 1024
- 2048
- 4096
- 8192
ttl: 5m0s
service_cache_size: 10000
allow_service_graph_self_references: false
extra_resource_attributes: []
extra_span_resource_attributes: []
trace_printer: disabled
executable_path: ""
autotargetexe: ""
open_port: ""
autotargetlanguage: ""
target_pids: ""
service_name: ""
service_namespace: ""
metrics:
features: 8
discovery:
services: []
exclude_services: []
default_exclude_services:
- name: ""
namespace: ""
open_ports: ""
target_pids: []
exe_path: (?:^|/)(obi$|otelcol[^/]*$)
languages: ""
exe_path_regexp: ""
k8s_pod_labels: {}
k8s_pod_annotations: {}
containers_only: false
exports: null
sampler: null
routes: null
metrics:
features: 0
- name: ""
namespace: ""
open_ports: ""
target_pids: []
exe_path: ""
languages: ""
exe_path_regexp: ""
k8s_pod_labels: {}
k8s_pod_annotations: {}
containers_only: false
exports: null
sampler: null
routes: null
metrics:
features: 0
k8s_namespace: ^kube-system$|^kube-node-lease$|^local-path-storage$|^cert-manager$|^monitoring$|^gke-connect$|^gke-gmp-system$|^gke-managed-cim$|^gke-managed-filestorecsi$|^gke-managed-metrics-server$|^gke-managed-system$|^gke-system$|^gke-managed-volumepopulator$|^gatekeeper-system
instrument: []
exclude_instrument: []
default_exclude_instrument:
- name: ""
namespace: ""
open_ports: ""
languages: ""
target_pids: []
exe_path: '{*/obi,obi,*otelcol,*otelcol-contrib,*otelcol-contrib[!/]*}'
k8s_pod_labels: {}
k8s_pod_annotations: {}
containers_only: false
exports: null
sampler: null
routes: null
metrics:
features: 0
- name: ""
namespace: ""
open_ports: ""
languages: ""
target_pids: []
exe_path: ""
k8s_pod_labels: {}
k8s_pod_annotations: {}
containers_only: false
exports: null
sampler: null
routes: null
metrics:
features: 0
k8s_namespace: '{kube-system,kube-node-lease,local-path-storage,cert-manager,monitoring,gke-connect,gke-gmp-system,gke-managed-cim,gke-managed-filestorecsi,gke-managed-metrics-server,gke-managed-system,gke-system,gke-managed-volumepopulator,gatekeeper-system}'
poll_interval: 0s
skip_go_specific_tracers: false
bpf_pid_filter_off: false
exclude_otel_instrumented_services: true
default_otlp_grpc_port: 4317
min_process_age: 5s
exclude_otel_instrumented_services_span_metrics: false
route_harvester_timeout: 10s
disabled_route_harvesters: []
route_harvester_advanced:
java_harvest_delay: 1m0s
excluded_linux_system_paths:
- /lib/systemd/
- /usr/lib/systemd/
- /usr/libexec/
- /sbin/
- /usr/sbin/
log_level: INFO
shutdown_timeout: 10s
enforce_sys_caps: false
channel_buffer_len: 50
channel_send_timeout: 1m0s
channel_send_timeout_panic: false
profile_port: 0
internal_metrics:
prometheus:
path: /internal/metrics
exporter: disabled
bpf_metric_scrape_interval: 15s
log_config: ""
nodejs:
enabled: true
javaagent:
enabled: true
debug: false
debug_instrumentation: false
attach_timeout: 10s