Skip to content

fix agent.config#28

Merged
wu-sheng merged 4 commits into
apache:mainfrom
dashanji:main
Sep 20, 2021
Merged

fix agent.config#28
wu-sheng merged 4 commits into
apache:mainfrom
dashanji:main

Conversation

@dashanji
Copy link
Copy Markdown
Member

Fix

  • Add a unit test to verify that the fix works.
  • Explain briefly why the bug exists and how to fix it.

Follow the doc to readjust the order of agent.config and fix the mismatched naming between the doc and the agent.config.

# Apache Dubbo provider collect `arguments` in RPC call, use `Object#toString` to collect `arguments`.
plugin.dubbo.collect_provider_arguments=${SW_PLUGIN_DUBBO_COLLECT_PROVIDER_ARGUMENTS:false}
# When `plugin.dubbo.provider_consumer_arguments` is `true`, Arguments of length from the front will to the OAP backend
plugin.dubbo.consumer_provider_length_threshold=${SW_PLUGIN_DUBBO_CONSUMER_PROVIDER_LENGTH_THRESHOLD:256}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also update the typo in line 221

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok.

@wu-sheng wu-sheng added the bug Something isn't working label Sep 19, 2021
@wu-sheng wu-sheng added this to the 8.8.0 milestone Sep 19, 2021
@wu-sheng
Copy link
Copy Markdown
Member

FYI @kezhenxu94 When you have time, let's add some skip mechanism back to this new repo.

wu-sheng
wu-sheng previously approved these changes Sep 20, 2021
Copy link
Copy Markdown
Member

@wu-sheng wu-sheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more thing, it seems all system environment variables are not list in configurations.md. We should update them. @dashanji Are you willing to do that in another PR?

Comment thread docs/menu.yml
Comment on lines -31 to +38
- name: "Dynamic Configurations"
path: "/en/setup/service-agent/java-agent/configurations#dynamic-configurations"
- name: "Optional Plugins"
path: "/en/setup/service-agent/java-agent/readme#optional-plugins"
- name: "Bootstrap/JVM class plugin"
path: "/en/setup/service-agent/java-agent/readme#bootstrap-class-plugins"
- name: "Agent Configuration Properties"
path: "/en/setup/service-agent/java-agent/configurations#table-of-agent-configuration-properties"
- name: "Dynamic Configurations"
path: "/en/setup/service-agent/java-agent/configurations#dynamic-configurations"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did this.

@wu-sheng wu-sheng requested a review from kezhenxu94 September 20, 2021 00:46
@wu-sheng wu-sheng merged commit bb8f6d2 into apache:main Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants