Skip to content

Write tideways support documentation #218

Description

@jogoossens

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions