-
Notifications
You must be signed in to change notification settings - Fork 347
Expand file tree
/
Copy pathtest_probe_file.json
More file actions
105 lines (105 loc) · 2.31 KB
/
Copy pathtest_probe_file.json
File metadata and controls
105 lines (105 loc) · 2.31 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
[
{
"id": "123356536",
"version": 0,
"language": "java",
"type": "LOG_PROBE",
"where": {
"typeName": "java.lang.Object",
"methodName": "toString",
"signature": "java.lang.String ()"
}
},
{
"id": "100c9a5c-45ad-49dc-818b-c570d31e11d1",
"version": 0,
"type": "LOG_PROBE",
"where": {
"sourceFile": "index.js",
"lines": ["25"]
},
"template": "Hello World",
"segments": [{
"str": "Hello World"
}],
"captureSnapshot": true,
"capture": { "maxReferenceDepth": 3 },
"sampling": { "snapshotsPerSecond": 100 }
},
{
"id": "123356537",
"language": "java",
"type": "METRIC_PROBE",
"where": {
"typeName": "VetController",
"methodName": "showVetList"
},
"tags": ["version:v123", "env:staging"],
"kind": "COUNT",
"metricName": "datadog.debugger.showVetList.calls",
"value": {
"dsl": "42",
"json": 42
}
},
{
"id": "ad4cba6f-d476-4554-b5ed-80dd941a40d8",
"version": 0,
"type": "SPAN_DECORATION_PROBE",
"language": "java",
"where": {
"typeName": "com.datadog.debugger.demomonitor.DemoRequestScheduledJob",
"methodName": "fireRequests",
"signature": "()"
},
"tags": [],
"evaluateAt": "EXIT",
"targetSpan": "ROOT",
"decorations": [
{
"tags": [
{
"name": "client",
"value": {
"segments": [
{
"dsl": "client",
"json": {
"ref": "client"
}
}
],
"template": "{client}"
}
}
]
}
]
},
{
"id": "70b55d06-f9fa-403b-a329-4f2f960aed01",
"version": 0,
"type": "SPAN_PROBE",
"language": "java",
"where": {
"typeName": "MetadataClientUtils",
"methodName": "listTableWithContinuation"
},
"tags": [],
"evaluateAt": "EXIT"
},
{
"id": "70b55d06-f9fa-403b-a329-4f2f960aed02",
"version": 0,
"type": "TRIGGER_PROBE",
"language": "java",
"where": {
"typeName": "MetadataClientUtils",
"methodName": "listTableWithContinuation"
},
"tags": [],
"evaluateAt": "EXIT",
"sessionId": "session",
"sampling": { "snapshotsPerSecond": 100 }
}
]