diff --git a/docs/tracing/how-to-tracing/customize-spans/masking-span-attributes.md b/docs/tracing/how-to-tracing/customize-spans/masking-span-attributes.md index d24b7f315d..393e7b20c2 100644 --- a/docs/tracing/how-to-tracing/customize-spans/masking-span-attributes.md +++ b/docs/tracing/how-to-tracing/customize-spans/masking-span-attributes.md @@ -6,7 +6,7 @@ The OpenInference Specification defines a set of environment variables you can c The possible settings are: -
Environment Variable Name | Effect | Type | Default |
---|---|---|---|
OPENINFERENCE_HIDE_INPUTS | Hides input value, all input messages & embedding input text | bool | False |
OPENINFERENCE_HIDE_OUTPUTS | Hides output value & all output messages | bool | False |
OPENINFERENCE_HIDE_INPUT_MESSAGES | Hides all input messages & embedding input text | bool | False |
OPENINFERENCE_HIDE_OUTPUT_MESSAGES | Hides all output messages | bool | False |
PENINFERENCE_HIDE_INPUT_IMAGES | Hides images from input messages | bool | False |
OPENINFERENCE_HIDE_INPUT_TEXT | Hides text from input messages & input embeddings | bool | False |
OPENINFERENCE_HIDE_OUTPUT_TEXT | Hides text from output messages | bool | False |
OPENINFERENCE_HIDE_EMBEDDING_VECTORS | Hides returned embedding vectors | bool | False |
OPENINFERENCE_BASE64_IMAGE_MAX_LENGTH | Limits characters of a base64 encoding of an image | int | 32,000 |
Environment Variable Name | Effect | Type | Default |
---|---|---|---|
OPENINFERENCE_HIDE_INPUTS | Hides input value, all input messages & embedding input text | bool | False |
OPENINFERENCE_HIDE_OUTPUTS | Hides output value & all output messages | bool | False |
OPENINFERENCE_HIDE_INPUT_MESSAGES | Hides all input messages & embedding input text | bool | False |
OPENINFERENCE_HIDE_OUTPUT_MESSAGES | Hides all output messages | bool | False |
PENINFERENCE_HIDE_INPUT_IMAGES | Hides images from input messages | bool | False |
OPENINFERENCE_HIDE_INPUT_TEXT | Hides text from input messages & input embeddings | bool | False |
OPENINFERENCE_HIDE_OUTPUT_TEXT | Hides text from output messages | bool | False |
OPENINFERENCE_HIDE_EMBEDDING_VECTORS | Hides returned embedding vectors | bool | False |
OPENINFERENCE_HIDE_LLM_INVOCATION_PARAMETERS | Hides LLM invocation parameters | bool | False |
OPENINFERENCE_BASE64_IMAGE_MAX_LENGTH | Limits characters of a base64 encoding of an image | int | 32,000 |