Skip to content

Expose Laravel queue depth metrics endpoint - #20

Merged
cappuc merged 4 commits into
masterfrom
dev
Aug 22, 2026
Merged

Expose Laravel queue depth metrics endpoint#20
cappuc merged 4 commits into
masterfrom
dev

Conversation

@cappuc

Copy link
Copy Markdown
Contributor

Summary

  • Add a private port 8081 metrics listener for Nginx and FrankenPHP images.
  • Expose queue depth through /_metrics/queue-size for autoscalers.
  • Auto-discover Horizon queues and connections, including merged supervisor defaults.
  • Accept both queues and singular queue query parameters.

Testing

  • Not run.

- Add a private port 8081 metrics listener for Nginx and FrankenPHP
- Report Laravel queue depth with Horizon and queue configuration autodiscovery
- Add emoji indicators to Laravel and OPcache startup logs
- Report metrics listener activation and warn on OPcache warm-up failures
@cappuc
cappuc merged commit dd62c25 into masterAug 22, 2026
9 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@cappuc