Add some missing documents for v6 (#1830)

* Add more documents for v6.

* Make default setting consistent .
This commit is contained in:
吴晟 Wu Sheng 2018-10-28 21:45:58 +08:00 committed by GitHub
parent 4598f45476
commit 2dd4f54957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 41 additions and 7 deletions

View File

@ -11,7 +11,7 @@ tracing system with analysis and visualization capabilities. We are an **Observa
The core and most important features in v6 are
1. Support to collect telemetry data from different sources, such as multiple language agents and service mesh.
1. Extensible stream analysis core. Make SQL and cache analysis available in core level, although not
1. Extensible stream analysis core. Make SQL and cache analysis available in core level, although haven't
provided in this release.
1. Provide **Observability Analysis Language(OAL)** to make analysis metric customization available.
1. New GraphQL query protocol. Not binding with UI now.

View File

@ -21,9 +21,12 @@ collector:
path: /graphql
ribbon:
ReadTimeout: 10000
listOfServers: 127.0.0.1:10800
# Point to all backend's restHost:restPort, split by ,
listOfServers: 127.0.0.1:12800
security:
user:
# username
admin:
# password
password: admin

View File

@ -27,7 +27,8 @@ zuul:
collector:
path: /graphql
ribbon:
listOfServers: 127.0.0.1:10800
# Point to all backend's restHost:restPort, split by ,
listOfServers: 127.0.0.1:12800
security:
user:

View File

@ -113,7 +113,7 @@ Input
## Deprecated services
**Deprecated service**(s) are the gRPC services SkyWalking used before. In SkyWalking v6, in order to match the common
concepts in CloudNative world, these services are deprecated.
Although there services are still supported at this moment, but it will be removed after 6 months later(Feb. 2019).
Although there services are still supported at this moment, but it will keep in supported at least before the end of 2019.
## ~~Application Register Service~~
**Deprecated service**

View File

@ -23,6 +23,10 @@ receiver-jvm:
default:
service-mesh:
default:
bufferPath: ../mesh-buffer/ # Path to mesh telemetry data buffer files, suggest to use absolute path
bufferOffsetMaxFileSize: 100 # Unit is MB
bufferDataMaxFileSize: 500 # Unit is MB
bufferFileCleanWhenRestart: false
istio-telemetry:
default:
```

View File

@ -6,11 +6,17 @@ use is by changing the `application.yml`
- [**ElasticSearch 6**](#elasticsearch-6)
## H2
Active H2 as storage, set storage provider to **H2**. Default in distribution package.
Active H2 as storage, set storage provider to **H2** In-Memory Databases. Default in distribution package.
Please read `Database URL Overview` in [H2 official document](http://www.h2database.com/html/features.html),
you could set the target to H2 in **Embedded**, **Server** and **Mixed** modes.
Setting fragment example
```yaml
storage:
h2:
driver: org.h2.jdbcx.JdbcDataSource
url: jdbc:h2:mem:skywalking-oap-db
user: sa
```
## ElasticSearch 6

View File

@ -11,3 +11,23 @@ Setting file of UI is `webapp/webapp.yml` in distribution package. It is consti
1. Backend connect info.
1. Auth setting.
```yaml
server:
port: 8080
collector:
path: /graphql
ribbon:
ReadTimeout: 10000
# Point to all backend's restHost:restPort, split by ,
listOfServers: 10.2.34.1:10800,10.2.34.2:10800
security:
user:
# username
admin:
# password
password: admin
```

View File

@ -69,7 +69,7 @@ receiver-jvm:
default:
service-mesh:
default:
bufferPath: ../mesh-buffer/ # Path to trace buffer files, suggest to use absolute path
bufferPath: ../mesh-buffer/ # Path to mesh telemetry data buffer files, suggest to use absolute path
bufferOffsetMaxFileSize: 100 # Unit is MB
bufferDataMaxFileSize: 500 # Unit is MB
bufferFileCleanWhenRestart: false