Unverified Commit 2dd4f549 authored by 吴晟's avatar 吴晟 Committed by GitHub
Browse files

Add some missing documents for v6 (#1830)

* Add more documents for v6.

* Make default setting consistent .
parent 4598f454
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+4 −1
Original line number Diff line number Diff line
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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** 
+4 −0
Original line number Diff line number Diff line
@@ -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:
```
 No newline at end of file
Loading