lib/instana/snapshot/lambda_function.rb in instana-1.197.0 vs lib/instana/snapshot/lambda_function.rb in instana-1.198.0.pre1
- old
+ new
@@ -1,7 +1,10 @@
+# (c) Copyright IBM Corp. 2021
+# (c) Copyright Instana Inc. 2021
+
module Instana
- module Backend
+ module Snapshot
# @since 1.198.0
class LambdaFunction
ID = "com.instana.plugin.aws.lambda".freeze
def entity_id
@@ -20,17 +23,17 @@
}
end
def source
{
-
+ hl: true,
+ cp: "aws",
+ e: entity_id
}
end
def host_name
entity_id
end
-
-
end
end
end