1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00
This commit is contained in:
shimon 2022-09-09 16:15:38 +03:00
parent e0a58a5c98
commit edb4ca6a63

View file

@ -112,8 +112,8 @@ App::post('/v1/storage/buckets/:bucketId/files')
```
### Usage
* usage.metric - .
* usage.params - .
* usage.metric - The metric the route generates.
* usage.params - Additional parameters the metrics can have.
```php
App::post('/v1/storage/buckets/:bucketId/files')
->label('usage.metric', 'files.{scope}.requests.create')