You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/11/29 12:10:03 UTC

[GitHub] wu-sheng closed pull request #1978: TiDB storage provided and features tested

wu-sheng closed pull request #1978: TiDB  storage provided and features tested
URL: https://github.com/apache/incubator-skywalking/pull/1978
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/en/setup/backend/backend-storage.md b/docs/en/setup/backend/backend-storage.md
index 01321daf4..5c2fcd538 100644
--- a/docs/en/setup/backend/backend-storage.md
+++ b/docs/en/setup/backend/backend-storage.md
@@ -60,7 +60,18 @@ All connection related settings including link url, username and password
 are in `databsource-settings.properties`. 
 This setting file follow [HikariCP](https://github.com/brettwooldridge/HikariCP) connection pool document.
 
+## TiDB
+Currently tested TiDB in version 2.0.9, and Mysql Client driver in version 8.0.13.
+Active TiDB as storage, set storage provider to **mysql**. 
+
+```yaml
+storage:
+  mysql:
+```
+
+All connection related settings including link url, username and password
+are in `databsource-settings.properties`. And these settings can refer to the configuration of *MySQL* above.
 
 ## More storage solution extension
 Follow [Storage extension development guide](../../guides/storage-extention.md) 
-in [Project Extensions document](../../guides/README.md#project-extensions) in development guide.
\ No newline at end of file
+in [Project Extensions document](../../guides/README.md#project-extensions) in development guide.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services