From 5b667890a3a8265bc292135a3785ae27742960f8 Mon Sep 17 00:00:00 2001 From: AndrewRocky <79256277+AndrewRocky@users.noreply.github.com> Date: Tue, 14 May 2024 19:26:32 +1000 Subject: [PATCH] Update tracking-user-activity.rst Minor changes: * add Matomo to overview * make it easier to understand that `analytics_url` is required only for Matomo (and that `Edit airflow.cfg...` line is referring to all tools, and not only Matomo) --- .../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 5437440cf5d5d..28a7959544b5d 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 `_, -`Segment `_, or `Metarouter `_. +`Segment `_, `Metarouter `_, or `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``: +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