-
Notifications
You must be signed in to change notification settings - Fork 331
Expand file tree
/
Copy pathagent-info.json
More file actions
66 lines (66 loc) · 1.44 KB
/
agent-info.json
File metadata and controls
66 lines (66 loc) · 1.44 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
{
"version": "0.99.0",
"git_commit": "fab047e10",
"build_date": "2020-12-04 15:57:06.74187 +0200 EET m=+0.029001792",
"endpoints": [
"/v0.3/traces",
"/v0.3/services",
"/v0.4/traces",
"/v0.4/services",
"/v0.5/traces",
"/v1.0/traces",
"/v0.6/stats",
"/profiling/v1/input",
"/v0.1/pipeline_stats",
"/evp_proxy/v1/",
"/evp_proxy/v2/",
"/evp_proxy/v3/",
"/evp_proxy/v4/",
"/debugger/v1/input",
"/debugger/v2/input",
"/debugger/v1/diagnostics",
"/v0.7/config"
],
"feature_flags": [
"feature_flag"
],
"config": {
"default_env": "prod",
"bucket_interval": 1000000000,
"extra_aggregators": [
"agg:val"
],
"extra_sample_rate": 2.4,
"target_tps": 11,
"max_eps": 12,
"receiver_port": 8111,
"receiver_socket": "/sock/path",
"connection_limit": 12,
"receiver_timeout": 100,
"max_request_bytes": 123,
"statsd_port": 123,
"max_memory": 1000000,
"max_cpu": 12345,
"analyzed_rate_by_service_legacy": {
"X": 1.2
},
"analyzed_spans_by_service": {
"X": {
"Y": 2.4
}
},
"obfuscation": {
"elastic_search": true,
"mongo": true,
"sql_exec_plan": true,
"sql_exec_plan_normalize": true,
"http": {
"remove_query_string": true,
"remove_path_digits": true
},
"remove_stack_traces": false,
"redis": true,
"memcached": false
}
}
}