This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 3553b2e Update storage-extention.md (#6564)
3553b2e is described below
commit 3553b2ed00ee0825ca4863ac3110ea8b83cc2773
Author: Harry <[email protected]>
AuthorDate: Thu Mar 18 10:11:19 2021 +0800
Update storage-extention.md (#6564)
---
docs/en/guides/storage-extention.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/en/guides/storage-extention.md
b/docs/en/guides/storage-extention.md
index 371b908..c1f6066 100644
--- a/docs/en/guides/storage-extention.md
+++ b/docs/en/guides/storage-extention.md
@@ -35,6 +35,10 @@ Here is the list of all DAO interfaces in storage
1. ITopNRecordsQueryDAO
1. IBrowserLogQueryDAO
+1. IProfileTaskQueryDAO
+1. IProfileTaskLogQueryDAO
+1. IProfileThreadSnapshotQueryDAO
+1. UITemplateManagementDAO
## Register all service implementations
In `public void prepare()`, use `this#registerServiceImplementation` method to
do register binding your implementation with the above interfaces.