You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,25 +42,6 @@ By-default, it uses [RedisStorage](src/Storage/RedisStorage.php). If you want to
42
42
3. Set your `storage` class in the config.
43
43
44
44
45
-
46
-
1. Install it via Composer:
47
-
48
-
2. Register a route for [MetricsExporterController](src/Http/MetricsExporterController.php)
49
-
3. Configure a `Storage`. It uses a Redis by default. **[Optional]**
50
-
4.
51
-
52
-
## Configuration
53
-
54
-
### Metrics route (required)
55
-
56
-
Your application is responsible for metrics route registration. There is a ready to use [controller](src/Http/MetricsExporterController.php). You can configure groups, middleware or prefixes as you want.
0 commit comments