This is an automated email from the ASF dual-hosted git repository.
uranusjr 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 671d1e8bbe Docs: Update tracking-user-activity.rst (#39611)
671d1e8bbe is described below
commit 671d1e8bbe08d5705410d4647e604323476dfa39
Author: AndrewRocky <[email protected]>
AuthorDate: Tue May 14 20:00:57 2024 +1000
Docs: Update tracking-user-activity.rst (#39611)
---
.../logging-monitoring/tracking-user-activity.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/tracking-user-activity.rst
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/tracking-user-activity.rst
index 5437440cf5..28a7959544 100644
---
a/docs/apache-airflow/administration-and-deployment/logging-monitoring/tracking-user-activity.rst
+++
b/docs/apache-airflow/administration-and-deployment/logging-monitoring/tracking-user-activity.rst
@@ -20,9 +20,9 @@ Tracking User Activity
You can configure Airflow to route anonymous data to
`Google Analytics <https://analytics.google.com/>`_,
-`Segment <https://segment.com/>`_, or `Metarouter
<https://www.metarouter.io/>`_.
+`Segment <https://segment.com/>`_, `Metarouter <https://www.metarouter.io/>`_,
or `Matomo <https://matomo.org/>`_.
-Edit ``airflow.cfg`` and set the ``webserver`` block to have an
``analytics_tool`` and ``analytics_id`` and ``analytics_url`` if you're using
``matomo``:
+Edit ``airflow.cfg`` and set the ``webserver`` block to have an
``analytics_tool`` and ``analytics_id`` (and ``analytics_url`` if you're using
``matomo``):
.. code-block:: ini