You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/patch.py
zero-code deployments to set suppression globally without requiring the
14
-
LangChain instrumentor to inject the context key per-request.
9
+
-**`SUPPRESS_LANGUAGE_MODEL_INSTRUMENTATION` env var** — The uppercase form of
10
+
`SUPPRESS_LANGUAGE_MODEL_INSTRUMENTATION_KEY` is now also checked as an
11
+
environment variable by the openai-v2 instrumentor, allowing zero-code
12
+
deployments to set suppression globally without the LangChain instrumentor
13
+
injecting the context key per-request. No new constant added.
15
14
16
15
-**`OTEL_INSTRUMENTATION_GENAI_EMIT_EVENT` env var** — Explicit override for content event emission (`true`/`false`). When unset, defaults are derived from `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT` mode.
0 commit comments