Loading CHANGES.md +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading apm-webapp/src/main/assembly/webapp.yml +4 −1 Original line number Diff line number Diff line Loading @@ -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 apm-webapp/src/main/resources/application.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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: Loading docs/en/protocols/Trace-Data-Protocol.md +1 −1 Original line number Diff line number Diff line Loading @@ -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** Loading docs/en/setup/backend/backend-receivers.md +4 −0 Original line number Diff line number Diff line Loading @@ -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
CHANGES.md +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading
apm-webapp/src/main/assembly/webapp.yml +4 −1 Original line number Diff line number Diff line Loading @@ -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
apm-webapp/src/main/resources/application.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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: Loading
docs/en/protocols/Trace-Data-Protocol.md +1 −1 Original line number Diff line number Diff line Loading @@ -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** Loading
docs/en/setup/backend/backend-receivers.md +4 −0 Original line number Diff line number Diff line Loading @@ -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