Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added QueuedTracking plugin info on matomo add-on page #384

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/doc/addons/matomo.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
Plugin files are removed everytime your instance reboots. **This means you have to reinstall them all again after every reboot.** This is temporary, and it is something we plan on improving as soon as we can.
{{< /callout >}}

### QueudTracking

By default, the QueudTracking plugin is enabled on matomo instances, with a queue size of 25.

Check notice on line 95 in content/doc/addons/matomo.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/addons/matomo.md#L95

[Google.Passive] In general, use active voice instead of passive voice ('is enabled').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is enabled').", "location": {"path": "content/doc/addons/matomo.md", "range": {"start": {"line": 95, "column": 38}}}, "severity": "INFO"}

Check failure on line 95 in content/doc/addons/matomo.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/addons/matomo.md#L95

[Vale.Spelling] Did you really mean 'matomo'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'matomo'?", "location": {"path": "content/doc/addons/matomo.md", "range": {"start": {"line": 95, "column": 52}}}, "severity": "ERROR"}
This means that the plugin store 25 visits in a queue before they appear in matomo.
This help to prevent the server from receiving too many request at once.
You can change the size of the queue in the settings of your matomo, the parameter to modify is `Number of requests that are processed in one batch`.

Check failure on line 98 in content/doc/addons/matomo.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/addons/matomo.md#L98

[Vale.Spelling] Did you really mean 'matomo'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'matomo'?", "location": {"path": "content/doc/addons/matomo.md", "range": {"start": {"line": 98, "column": 62}}}, "severity": "ERROR"}

## Security and updates

The Matomo add-on is a fully managed application, you don't have to select a particular version. Still its receives updates for both features and security, that we will managed for you with continuously upgraded version over time.
Expand Down
Loading