We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e996d8c + 0f2bc47 commit 44ee7edCopy full SHA for 44ee7ed
docker/applicationinsights.json
@@ -20,13 +20,23 @@
20
},
21
{
22
"telemetryType": "request",
23
- "percentage": 100,
+ "percentage": 0,
24
"attributes": [
25
26
"key": "http.url",
27
"value": ".*/actuator/health/.*",
28
- "matchType": "regexp",
29
- "negate": true
+ "matchType": "regexp"
+ }
30
+ ]
31
+ },
32
+ {
33
+ "telemetryType": "request",
34
+ "percentage": 100,
35
+ "attributes": [
36
37
+ "key": "http.url",
38
+ "value": ".*",
39
40
}
41
]
42
0 commit comments