1
0
Fork 0
mirror of synced 2024-06-11 23:34:45 +12:00

getCountryCode

This commit is contained in:
shimon 2024-05-08 19:47:55 +03:00
parent 415b70585a
commit 499236833d

View file

@ -338,10 +338,8 @@ These are the current metrics we collect usage stats for:
> Note: The curly brackets in the metric name represents a template and is replaced with a value when the metric is processed.
Metrics are collected within 3 scopes Daily, monthly, an infinity.
Adding new usage metric in order to aggregate usage stats is very simple, but very much dependent on where do you want to collect
statistics ,via API or via background worker.
For both cases you will need to add a const variable in `app/init.php` under the usage metrics list.
Metrics are collected within 3 scopes Daily, monthly, an infinity. Adding new usage metric in order to aggregate usage stats is very simple, but very much dependent on where do you want to collect
statistics ,via API or via background worker. For both cases you will need to add a `const` variable in `app/init.php` under the usage metrics list using the naming convention `METRIC_<RESOURCE_NAME>` as shown below.
```php
// Usage metrics