New features for Tideways
tideways_apikey (string): Required per-vhost to enable Tideways; sets php_value[tideways.api_key] for that pool.
tideways_service (string, optional): Per-vhost; if set, writes php_value[tideways.service].
tideways_sample_rate (int/float/string, optional): Per-vhost; if set, writes php_value[tideways.sample_rate].
Example
system_users:
- username: prod
vhosts:
- server_name: ansibletest.hosted-power.dev
php_version: "8.4"
cert_type: letsencrypt
tideways_apikey: mykey
tideways_service: my-app
tideways_sample_rate: 10
Will be visible in the GUI soon, write documentation for it. Make sure to mention the usage of the 3 variables and the fact 2 of them are optional.
Consider making Blackfire documentation at the same time (which works differently today)
Could be put under a new topic: APM (Application Performance Monitoring). Where new relic support could be mentioned as well.
New features for Tideways
tideways_apikey(string): Required per-vhost to enable Tideways; setsphp_value[tideways.api_key]for that pool.tideways_service(string, optional): Per-vhost; if set, writesphp_value[tideways.service].tideways_sample_rate(int/float/string, optional): Per-vhost; if set, writesphp_value[tideways.sample_rate].Example
Will be visible in the GUI soon, write documentation for it. Make sure to mention the usage of the 3 variables and the fact 2 of them are optional.
Consider making Blackfire documentation at the same time (which works differently today)
Could be put under a new topic: APM (Application Performance Monitoring). Where new relic support could be mentioned as well.