Event subscribe for matomo statistics.
- License:
- MIT
- Source:
Methods
(inner) apihit(req)
Subscribe to apihit event.
Parameters:
Name | Type | Description |
---|---|---|
req |
object | The web request object |
- Source:
(inner) badRequest(req)
Subscribe to badrequest event.
Parameters:
Name | Type | Description |
---|---|---|
req |
string | The request |
- Source:
(inner) grpchit(call)
Subscribe to grpchit event.
Parameters:
Name | Type | Description |
---|---|---|
call |
object | The grpc request object |
- Source:
(inner) noApiCall(req)
Subscribe to noapicall event.
Parameters:
Name | Type | Description |
---|---|---|
req |
string | The request |
- Source:
(inner) posthit(urlpath)
Subscribe to posthit event.
Parameters:
Name | Type | Description |
---|---|---|
urlpath |
string | The path request string |
- Source: