You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chpl/chpl-service/src/main/java/gov/healthit/chpl/scheduler/job/urluptime/DatadogSyntheticsTestResultService.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,8 @@ public SyntheticsAPITestResultFull getDetailedTestResult(String publicTestKey, S
Copy file name to clipboardExpand all lines: chpl/chpl-service/src/main/java/gov/healthit/chpl/scheduler/job/urluptime/DatadogUrlUptimeSynchonizer.java
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public class DatadogUrlUptimeSynchonizer {
40
40
// VARIABLE NAMING CONVENTION
41
41
// ServiceBaseUrlList - these are service base url lists collected from the listings in CHPL, grouped by developer
42
42
// DatadogSyntheticsTest - these are synthetic tests that exist in Datadog
43
-
// UrlUptimeMonitor - these are reporting entities that are store in the table url_uptime_monitors
43
+
// UrlUptimeMonitor - these are reporting entities that are store in the table url_uptime_monitor
LOGGER.info("Removing the following URL to url_uptime_monitor table: {}, {}", urlMonitor.getUrl(), urlMonitor.getDeveloper().getId());
206
+
LOGGER.info("Removing the following URL to url_uptime_monitor table: {}, {}, {}", urlMonitor.getUrl(), urlMonitor.getDeveloper().getId(), urlMonitor.getDatadogPublicId());
0 commit comments