Skip to content

Commit b9daa19

Browse files
authored
Merge pull request #19 from pagopa/fix-app-metrics-3.json
fix: Disabled metrics
2 parents 57ab9f8 + a8235eb commit b9daa19

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docker/applicationinsights.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2-
"default": {
3-
"disableAppMetrics": true
4-
},
52
"selfDiagnostics": {
63
"destination": "console",
74
"level": "INFO"
85
},
6+
"instrumentation": {
7+
"micrometer": {
8+
"enabled": false
9+
}
10+
},
911
"sampling": {
1012
"percentage": 5,
1113
"overrides": [

0 commit comments

Comments
 (0)