Class OpenaiIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.OpenaiIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValues forOPENAI_API_TYPE.static final classValues forOPENAI_REQUEST_SERVICE_TIER. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String> The type of OpenAI API being used.static final io.opentelemetry.api.common.AttributeKey<String> The service tier requested.static final io.opentelemetry.api.common.AttributeKey<String> The service tier used for the response.static final io.opentelemetry.api.common.AttributeKey<String> A fingerprint to track any eventual change in the Generative AI environment. -
Method Summary
-
Field Details
-
OPENAI_API_TYPE
The type of OpenAI API being used. -
OPENAI_REQUEST_SERVICE_TIER
The service tier requested. May be a specific tier, default, or auto. -
OPENAI_RESPONSE_SERVICE_TIER
The service tier used for the response. -
OPENAI_RESPONSE_SYSTEM_FINGERPRINT
public static final io.opentelemetry.api.common.AttributeKey<String> OPENAI_RESPONSE_SYSTEM_FINGERPRINTA fingerprint to track any eventual change in the Generative AI environment.
-