This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| devdays:t3dd24 [2024/08/03 08:21] – admin | devdays:t3dd24 [2024/08/03 09:49] (current) – admin | ||
|---|---|---|---|
| Line 109: | Line 109: | ||
| </ | </ | ||
| - | ====== Real-Time | + | ====== Real-Time |
| + | |||
| + | {{ : | ||
| + | |||
| + | |||
| + | ====== MercureHub config | ||
| < | < | ||
| Line 217: | Line 222: | ||
| ... | ... | ||
| </ | </ | ||
| + | |||
| + | ====== Prometheus Server ====== | ||
| + | |||
| + | Scrape the metrics provided by FrankenPHP: | ||
| + | |||
| + | |||
| + | prometheus.yml: | ||
| + | <code yml> | ||
| + | scrape_configs: | ||
| + | - job_name: ' | ||
| + | metrics_path: | ||
| + | static_configs: | ||
| + | - targets: [ " | ||
| + | </ | ||
| + | |||
| ====== Graceful Reload ====== | ====== Graceful Reload ====== | ||
| Line 284: | Line 304: | ||
| <ul> | <ul> | ||
| < | < | ||
| - | < | ||
| < | < | ||
| + | < | ||
| </ul> | </ul> | ||
| </ | </ | ||
| - | ====== | + | **Feature idea:** |
| + | |||
| + | Using GoRoutines to run e.g. the TYPO3 MessageBus (symfony/ | ||
| + | |||
| + | |||
| + | ====== | ||
| + | |||
| + | Join the Chat | ||
| {{ : | {{ : | ||
| Line 296: | Line 323: | ||
| Code: https:// | Code: https:// | ||
| + | |||
| + | Docs: https:// | ||