All notable changes to laravel-prometheus-exporter
will be documented in this file.
Everything in v1 is subject to breaking changes while we work out the kinks.
- go back to using horizon
- account for batched jobs in wait time
- use our own pushedAt timestamp via Cache so as not to rely on horizon
- normalize route parameters so each new value is not considered a separate route
- added job wait time exporter
- renamed job duration exporter class to job process time exporter
- renamed metrics to comply with prometheus best practices
- added ability to opt out of tracking certain queries and paths
- actual initial release ;)
- initial release