This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| devdays:t3dd24 [2024/08/03 09:19] – admin | devdays:t3dd24 [2024/08/03 09:49] (current) – admin | ||
|---|---|---|---|
| Line 222: | 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 293: | Line 308: | ||
| </ul> | </ul> | ||
| </ | </ | ||
| + | |||
| + | **Feature idea:** | ||
| + | |||
| + | Using GoRoutines to run e.g. the TYPO3 MessageBus (symfony/ | ||
| + | |||
| ====== Let's have a look ====== | ====== Let's have a look ====== | ||
| Line 303: | Line 323: | ||
| Code: https:// | Code: https:// | ||
| + | |||
| + | Docs: https:// | ||