Skip to content

Commit

Permalink
Remove "experimental" banner for OTel Metrics (apache#40286)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruzzi authored and romsharon98 committed Jul 26, 2024
1 parent c45097a commit 9c5e1cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions airflow/www/templates/airflow/dags.html
Original file line number Diff line number Diff line change
Expand Up @@ -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_metrics_on | default(false) %}
{% call show_message(category='warning', dismissible=false) %}
OpenTelemetry metrics 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 %}
{% 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">
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 9c5e1cd

Please sign in to comment.