Skip to content

Commit 13c4537

Browse files
tsonglewwu-sheng
andauthored
Update Configuration.md
Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
1 parent bf996d2 commit 13c4537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/setup/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export SW_AGENT_YourConfiguration=YourValue
9797
| plugin_fastapi_collect_http_params | SW_PLUGIN_FASTAPI_COLLECT_HTTP_PARAMS | <class 'bool'> | False | This config item controls that whether the FastAPI plugin should collect the parameters of the request. |
9898
| plugin_bottle_collect_http_params | SW_PLUGIN_BOTTLE_COLLECT_HTTP_PARAMS | <class 'bool'> | False | This config item controls that whether the Bottle plugin should collect the parameters of the request. |
9999
| plugin_celery_parameters_length | SW_PLUGIN_CELERY_PARAMETERS_LENGTH | <class 'int'> | 512 | The maximum length of `celery` functions parameters, longer than this will be truncated, 0 turns off |
100-
| plugin_grpc_ignored_methods | SW_PLUGIN_GRPC_IGNORED_METHODS | <class 'str'> | | Comma-delimited list of user-defined grpc methods to ignore, like /package.Service/Method1,/package.Service/Method2 |
100+
| plugin_grpc_ignored_methods | SW_PLUGIN_GRPC_IGNORED_METHODS | <class 'str'> | | Comma-delimited list of user-defined grpc methods to ignore, e.g. /package.Service/Method1,/package.Service/Method2 |
101101
### Sampling Configurations
102102
| Configuration | Environment Variable | Type | Default Value | Description |
103103
| :------------ | :------------ | :------------ | :------------ | :------------ |

0 commit comments

Comments
 (0)