Skip to content

Commit

Permalink
Remove "experimental" banner for OTel Metrics (#40286)
Browse files Browse the repository at this point in the history
(cherry picked from commit d5c1fc2)
  • Loading branch information
ferruzzi authored and utkarsharma2 committed Jul 8, 2024
1 parent 2db34fb commit 3d881bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/www/templates/airflow/dags.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@
<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_on | default(false) %}
{% if otel_traces_on | default(false) %}
{% call show_message(category='warning', dismissible=false) %}
OpenTelemetry support is experimental. <a href="https://github.com/apache/airflow/blob/main/dev/breeze/doc/03_developer_tasks.rst#running-breeze-with-an-opentelemetry-metrics-stack" target="_blank" rel="noopener noreferrer">
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 %}
Expand Down
1 change: 1 addition & 0 deletions newsfragments/40286.significant.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support for OpenTelemetry Metrics is no longer "Experimental"

0 comments on commit 3d881bb

Please sign in to comment.