Skip to content

Commit b745a06

Browse files
committed
Fix README
1 parent e7505a7 commit b745a06

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Now supports only Counter and Gauge metric types.
1313

1414
### Installation
1515

16-
```shell
17-
composer require zlodes/prometheus-exporter-laravel
18-
```
16+
```shell
17+
composer require zlodes/prometheus-exporter-laravel
18+
```
1919

2020
### Register a route for the metrics controller
2121

@@ -42,25 +42,6 @@ By-default, it uses [RedisStorage](src/Storage/RedisStorage.php). If you want to
4242
3. Set your `storage` class in the config.
4343

4444

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.
57-
58-
59-
60-
### Storage (optional)
61-
62-
63-
6445
## Metrics registration
6546

6647
In your `ServiceProvider::register`:

0 commit comments

Comments
 (0)