Skip to content

Commit f10f667

Browse files
Update readme
1 parent 84d9892 commit f10f667

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
</div>
1717

18-
This package can export key metrics of your app to [Prometheus](https://prometheus.io). It does this by providing an easy way to register metrics. Here's an example where we are going to export the user count to Prometheus.
18+
This package can export key metrics of your app to [Prometheus](https://prometheus.io). It does this by providing an easy way to register metrics and comes out of the box with metrics for Laravel queues and Horizon.
19+
20+
Here's an example where we are going to export the user count to Prometheus.
1921

2022
```php
2123
Prometheus::addGauge('User count')

0 commit comments

Comments
 (0)