Skip to content

Commit 64d86f5

Browse files
authored
Merge pull request #13 from pagopa/PIDM-211-remove-health
chore: Remove leaveness and readiness actuator requests [PIDM-211]
2 parents 3f6cebd + 8ab3e32 commit 64d86f5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docker/applicationinsights.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@
2020
},
2121
{
2222
"telemetryType": "request",
23-
"percentage": 100
23+
"percentage": 100,
24+
"attributes": [
25+
{
26+
"key": "http.url",
27+
"value": ".*/actuator/health/.*",
28+
"matchType": "regexp",
29+
"negate": true
30+
}
31+
]
2432
}
2533
]
2634
}

0 commit comments

Comments
 (0)