Skip to content

Commit 44ee7ed

Browse files
authored
Merge pull request #16 from pagopa/fix-app.json
fix: Remove heath
2 parents e996d8c + 0f2bc47 commit 44ee7ed

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docker/applicationinsights.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,23 @@
2020
},
2121
{
2222
"telemetryType": "request",
23-
"percentage": 100,
23+
"percentage": 0,
2424
"attributes": [
2525
{
2626
"key": "http.url",
2727
"value": ".*/actuator/health/.*",
28-
"matchType": "regexp",
29-
"negate": true
28+
"matchType": "regexp"
29+
}
30+
]
31+
},
32+
{
33+
"telemetryType": "request",
34+
"percentage": 100,
35+
"attributes": [
36+
{
37+
"key": "http.url",
38+
"value": ".*",
39+
"matchType": "regexp"
3040
}
3141
]
3242
}

0 commit comments

Comments
 (0)