Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notice document for skywalking_agent.enable. #85

Merged
merged 1 commit into from
Jul 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/en/setup/service-agent/php-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ skywalking_agent.service_name = hello-skywalking

Refer to the Configuration section for more configuration items.

> **Notice:** It is not recommended to enable `skywalking_agent.enable` by default globally,
> because skywalking agent will modify the hook function and fork a new process to be a worker.
> Enabling it by default will cause extra meaningless consumption when skywalking agent is not
> needed (such as simply executing a php script).

## Run

Start `php-fpm` server:
Expand Down