Class SemanticAttributes.FaasTriggerValues
java.lang.Object
io.opentelemetry.semconv.trace.attributes.SemanticAttributes.FaasTriggerValues
- Enclosing class:
- SemanticAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA response to some data source operation such as a database or filesystem read/write.static final StringTo provide an answer to an inbound HTTP request.static final StringIf none of the others apply.static final StringA function is set to be executed when messages are sent to a messaging system.static final StringA function is scheduled to be executed regularly. -
Method Summary
-
Field Details
-
DATASOURCE
A response to some data source operation such as a database or filesystem read/write.- See Also:
-
HTTP
To provide an answer to an inbound HTTP request.- See Also:
-
PUBSUB
A function is set to be executed when messages are sent to a messaging system.- See Also:
-
TIMER
A function is scheduled to be executed regularly.- See Also:
-
OTHER
If none of the others apply.- See Also:
-