Skip to content

Doc: Reorganize dynamic configuration doc#7586

Merged
wu-sheng merged 3 commits into
apache:masterfrom
wankai123:dy-config-doc
Aug 27, 2021
Merged

Doc: Reorganize dynamic configuration doc#7586
wu-sheng merged 3 commits into
apache:masterfrom
wankai123:dy-config-doc

Conversation

@wankai123
Copy link
Copy Markdown
Member

  • If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #.
  • Update the CHANGES log.

Since dynamic configuration getting more complex, the current doc is too simple, we need to reorganize it to make end-users easier to read and use.

@wankai123 wankai123 changed the title Reorganize dynamic configuration doc Doc: Reorganize dynamic configuration doc Aug 27, 2021
@wankai123 wankai123 requested a review from wu-sheng August 27, 2021 02:34
Comment thread CHANGES.md
Comment on lines +66 to 67
* Reorganize dynamic configuration doc.
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/96?closed=1)
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.

Suggested change
* Reorganize dynamic configuration doc.
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/96?closed=1)
* Reorganize dynamic configuration doc.
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/96?closed=1)

### Single Config
```
znode.path = {nameSpace}/configKey
configVaule = znode.data
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.

Suggested change
configVaule = znode.data
configValue = znode.data

Typo?

### Group Config
```
znode.path = {nameSpace}/configKey
znode.child1.path = znode.path/subItemkey1
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.

Suggested change
znode.child1.path = znode.path/subItemkey1
znode.child1.path = {znode.path}/subItemkey1

@wankai123 wankai123 marked this pull request as ready for review August 27, 2021 06:56
@wu-sheng wu-sheng merged commit e50f4f8 into apache:master Aug 27, 2021
@wankai123 wankai123 deleted the dy-config-doc branch August 27, 2021 07:05
wu-sheng added a commit that referenced this pull request Aug 31, 2021
* master: (41 commits)
  Fix `ZookeeperConfigWatcherRegister.readConfig()` could cause `NPE` when `data.getData()` is null (#7611)
  Fix dynamic configuration watch implementation current value not null when the config is deleted. (#7606)
  Fix CI job `check-dependency-license` failure (#7601)
  Support configure sampling rate dynamically for service dimension on the backend side (#7554)
  Use new GitHub issue form template (#7604)
  Refine backend doc (#7595)
  Update mal.md (#7596)
  Update menu.yml (#7594)
  Remove menu of java agent doc. (#7593)
  Remove agent codes and clean up (#7588)
  refine backend doc (#7587)
  Doc: Reorganize dynamic configuration doc (#7586)
  sync ui and update CHANGES log (#7585)
  Fix issue#7527, add desc sort function in IBrowserLogQueryDAO of H2 and ES (#7580)
  Move shardingsphere plugins into one folder (#7546)
  Escape `.` in `String.replaceFirst` as it acts as a wildcard (#7576)
  Fix dead link (#7575)
  Support k8s configmap grouped dynamic configurations (#7570)
  Fix dead link (#7560)
  refine backend doc (#7559)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants