Sign inSign up

digitalist/matomo-exporter

By digitalist

Updated almost 2 years ago

Prometheus exporter

Image
Monitoring & observability
Web analytics
0

1.2K

digitalist/matomo-exporter repository overview

You need your Matomo instance url and an auth token (superuser), and you can run the exporter like:

docker run --rm -d -e MATOMO_TOKEN='MyAuthToken' -e MATOMO_URL=https://matomo.url/index.php -p 9110:9110 matomo-exporter
Environment variables for the Prometheus exporter
Environment VariableDescriptionDefaultRequired
MATOMO_URLURL to Matomo instance-Yes
MATOMO_TOKENAccess token for Matomo-Yes
MATOMO_EXPORTER_PORTPort for the exporter9110No
MATOMO_EXCLUDE_USERSComma separated list of emails to exclude for user metrics-No
MATOMO_EXPORTER_UPDATEHow often to update metrics (in seconds)300No
MATOMO_ACTIONS_FROM_YEARFrom which year to count number of actions / month2024No

For more information, see the GitHub repo

Tag summary

Content type

Image

Digest

sha256:21270d9de

Size

24.5 MB

Last updated

almost 2 years ago

docker pull digitalist/matomo-exporter