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 24b500736b docs: set otel_on to True in example airflow.cfg (#40712)
24b500736b is described below

commit 24b500736bd2da279288dfd994b44b054812ecea
Author: Oliver Tosky <[email protected]>
AuthorDate: Fri Jul 12 08:30:11 2024 -0400

    docs: set otel_on to True in example airflow.cfg (#40712)
    
    These settings were erroneously set to the default False.
---
 .../administration-and-deployment/logging-monitoring/metrics.rst        | 2 +-
 .../administration-and-deployment/logging-monitoring/traces.rst         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
index 27f5458060..648e4b4ca0 100644
--- 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
+++ 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/metrics.rst
@@ -68,7 +68,7 @@ Add the following lines to your configuration file e.g. 
``airflow.cfg``
 .. code-block:: ini
 
     [metrics]
-    otel_on = False
+    otel_on = True
     otel_host = localhost
     otel_port = 8889
     otel_prefix = airflow
diff --git 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/traces.rst
 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/traces.rst
index 5bd1663b40..93fe6e87b4 100644
--- 
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/traces.rst
+++ 
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/traces.rst
@@ -36,7 +36,7 @@ Add the following lines to your configuration file e.g. 
``airflow.cfg``
 .. code-block:: ini
 
     [traces]
-    otel_on = False
+    otel_on = True
     otel_host = localhost
     otel_port = 8889
     otel_application = airflow

Reply via email to