This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 4196a96907 Remove the Experimental flag from OTel Traces (#40874)
4196a96907 is described below
commit 4196a96907df1643ce4a830575a673cf5f881042
Author: D. Ferruzzi <[email protected]>
AuthorDate: Fri Jul 19 05:21:10 2024 -0700
Remove the Experimental flag from OTel Traces (#40874)
* Remove the Experimental flag from OTel Traces
* news fragment
---
airflow/www/templates/airflow/dags.html | 6 ------
newsfragments/40874.significant.rst | 1 +
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/airflow/www/templates/airflow/dags.html
b/airflow/www/templates/airflow/dags.html
index dc0519e88d..1f679d880e 100644
--- a/airflow/www/templates/airflow/dags.html
+++ b/airflow/www/templates/airflow/dags.html
@@ -119,12 +119,6 @@
<a href={{ get_docs_url("executor/index.html") }} target="_blank"
rel="noopener noreferrer"><b>Click here</b></a> for more information.
{% endcall %}
{% endif %}
- {% if otel_traces_on | default(false) %}
- {% call show_message(category='warning', dismissible=false) %}
- OpenTelemetry tracing support is experimental. <a
href="https://github.com/apache/airflow/blob/main/dev/breeze/doc/03_developer_tasks.rst#running-breeze-with-an-opentelemetry-stack"
target="_blank" rel="noopener noreferrer">
- <b>Click here</b></a> for more information.
- {% endcall %}
- {% endif %}
{% endblock %}
{% block content %}
diff --git a/newsfragments/40874.significant.rst
b/newsfragments/40874.significant.rst
new file mode 100644
index 0000000000..0677d131d5
--- /dev/null
+++ b/newsfragments/40874.significant.rst
@@ -0,0 +1 @@
+Support for OpenTelemetry Traces is no longer "Experimental"