From 7f55bc878f695e0c4bd409a393282c993906fe8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Mon, 4 Mar 2024 15:44:25 +0100 Subject: [PATCH] Remove requirements for flask and werkzeug in auto instrumentation docs --- content/en/docs/kubernetes/operator/automatic.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/en/docs/kubernetes/operator/automatic.md b/content/en/docs/kubernetes/operator/automatic.md index 413b39d57785..95dba72f2129 100644 --- a/content/en/docs/kubernetes/operator/automatic.md +++ b/content/en/docs/kubernetes/operator/automatic.md @@ -317,9 +317,6 @@ spec: EOF ``` -> **Note**: OpenTelemetry Python automatic instrumentation does not support -> Flask or Werkzeug 3.0+ at this time. - By default, the `Instrumentation` resource that auto-instruments Python services uses `otlp` with the `http/protobuf` protocol (gRPC is not supported at this time). This means that the configured endpoint must be able to receive OTLP over