-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1555 from shyim/add-support-for-tideways
add tideways service
- Loading branch information
Showing
6 changed files
with
384 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
|
||
[comment]: # (Please add your documentation on top of this line) | ||
|
||
@AUTOGEN_OPTIONS@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:* | ||
` "" ` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.