Skip to content

Commit df17cfd

Browse files
COREINF-8170: SPIKE: slow log Lambda - no data in Datadog (#24)
1 parent d3809b6 commit df17cfd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

files/slowlog_check.3.0.5.zip

651 KB
Binary file not shown.

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
locals {
2-
slowlog_check_archive_basename = "slowlog_check.3.0.0.zip"
2+
slowlog_check_archive_basename = "slowlog_check.3.0.5.zip"
33
slowlog_check_archive_hash = filebase64sha256("${path.module}/files/${local.slowlog_check_archive_basename}")
44
slowlog_check_archive_path = "${path.module}/files/${local.slowlog_check_archive_basename}"
55

0 commit comments

Comments
 (0)