Prometheus exporter
1.2K
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 Variable | Description | Default | Required |
|---|---|---|---|
| MATOMO_URL | URL to Matomo instance | - | Yes |
| MATOMO_TOKEN | Access token for Matomo | - | Yes |
| MATOMO_EXPORTER_PORT | Port for the exporter | 9110 | No |
| MATOMO_EXCLUDE_USERS | Comma separated list of emails to exclude for user metrics | - | No |
| MATOMO_EXPORTER_UPDATE | How often to update metrics (in seconds) | 300 | No |
| MATOMO_ACTIONS_FROM_YEAR | From which year to count number of actions / month | 2024 | No |
For more information, see the GitHub repo
Content type
Image
Digest
sha256:21270d9de…
Size
24.5 MB
Last updated
almost 2 years ago
docker pull digitalist/matomo-exporter