Class FaasIncubatingAttributes.FaasTriggerIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.FaasIncubatingAttributes.FaasTriggerIncubatingValues
- Enclosing class:
- FaasIncubatingAttributes
Values for
FaasIncubatingAttributes.FAAS_TRIGGER.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA response to some data source operation such as a database or filesystem read/writestatic final StringTo provide an answer to an inbound HTTP requeststatic final StringIf none of the others applystatic final StringA function is set to be executed when messages are sent to a messaging systemstatic 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:
-