This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 685b81b9d3befc49e3bb7a20ae6ff8d80ff984be Author: AndrewRocky <[email protected]> AuthorDate: Tue May 14 20:00:57 2024 +1000 Docs: Update tracking-user-activity.rst (#39611) (cherry picked from commit 671d1e8bbe08d5705410d4647e604323476dfa39) --- .../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
