Skip to content

Commit 37625d2

Browse files
committed
Fix faas trigger id attribute name
1 parent 1df26ab commit 37625d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elasticattr/attributes.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ const (
4040
DestinationIP = "destination.ip"
4141
SourceNATIP = "source.nat.ip"
4242
FaaSExecution = "faas.execution"
43-
FaaSTriggerRequestID = "faas.trigger.request.id"
43+
FaaSTriggerRequestID = "faas.trigger.request_id"
44+
HostHostName = "host.hostname"
4445
HostOSPlatform = "host.os.platform"
4546
ProcessRuntimeName = "process.runtime.name"
4647
ProcessRuntimeVersion = "process.runtime.version"

0 commit comments

Comments
 (0)