Skip to content

Commit

Permalink
Auto generate docs and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2024
1 parent 067f09b commit 3f6420b
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/services-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
services.redis.enable = true;
services.sqld.enable = true;
services.temporal.enable = true;
services.tideways.enable = true;
services.trafficserver.enable = true;
services.typesense.enable = true;
services.varnish.enable = true;
Expand Down
134 changes: 134 additions & 0 deletions docs/supported-services/tideways.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
[comment]: # (Do not edit this file as it is autogenerated. Go to docs/individual-docs if you want to make edits.)


[comment]: # (Please add your documentation on top of this line)

## services\.tideways\.enable



Whether to enable Tideways profiler daemon

It automatically installs Tideways PHP extension\.
\.



*Type:*
boolean



*Default:*
` false `



*Example:*
` true `



## services\.tideways\.apiKey

Sets the API-Key for the Tideways Daemon\.



*Type:*
string



*Default:*
` "" `



## services\.tideways\.cliPackage



Which package of tideways-cli to use



*Type:*
package



*Default:*
` pkgs.tideways-cli `



## services\.tideways\.daemonPackage



Which package of tideways-daemon to use



*Type:*
package



*Default:*
` pkgs.tideways-daemon `



## services\.tideways\.environment



Sets the Environment for Tideways Daemon\.



*Type:*
string



*Default:*
` "devenv" `



## services\.tideways\.profilingSpace



When the profiling space is enabled, the default monitoring will be disabled\.



*Type:*
boolean



*Default:*
` true `



## services\.tideways\.service



Sets the Service name for Tideways Daemon\.



*Type:*
string



*Default:*
` "" `

0 comments on commit 3f6420b

Please sign in to comment.