Skip to content

Commit 2ab4989

Browse files
1 parent c02da90 commit 2ab4989

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

applicationinsights.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"instrumentation": {
99
"logging": {
10-
"level": "WARN"
10+
"level": "ERROR"
1111
},
1212
"springScheduling": {
1313
"enabled": false
@@ -54,6 +54,17 @@
5454
}
5555
],
5656
"percentage": 0
57+
},
58+
{
59+
"telemetryType": "dependency",
60+
"attributes": [
61+
{
62+
"key": "data",
63+
"value": "select[\\s]*.*hmpps_domain_event",
64+
"matchType": "regexp"
65+
}
66+
],
67+
"percentage": 0
5768
}
5869
]
5970
}

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ dependencies {
5050
testImplementation("org.wiremock:wiremock-standalone:$wiremockVersion")
5151
}
5252

53-
dependencyCheck {
54-
suppressionFiles.addAll(listOf("suppressions.xml", ".dependency-check-ignore.xml"))
55-
nvd.datafeedUrl = "file:///opt/vulnz/cache"
56-
}
57-
5853
kotlin {
5954
jvmToolchain(25)
6055
}

helm_deploy/hmpps-external-movements-api/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ generic-service:
3737
SERVER_PORT: "8080"
3838
DB_SSL_MODE: "verify-full"
3939
APPLICATIONINSIGHTS_CONFIGURATION_FILE: applicationinsights.json
40+
APPLICATIONINSIGHTS_SELF_DIAGNOSTICS_LEVEL: DEBUG
4041
SENTRY_TRACES_SAMPLE_RATE: '0.05'
4142
SENTRY_IGNORED_EXCEPTIONS_FOR_TYPE: "org.apache.catalina.connector.ClientAbortException,org.springframework.web.servlet.resource.NoResourceFoundException,org.springframework.web.context.request.async.AsyncRequestNotUsableException"
4243
HMPPS_SQS_QUEUES_HMPPSDOMAINEVENTSQUEUE_PROPAGATE_TRACING: "false"

0 commit comments

Comments
 (0)