This is an automated email from the ASF dual-hosted git repository.
pengys pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.
from 6b42196 Merge pull request #715 from
ascrutae/fix/mongodb-operation-name-issue
add 48f0f22 Init ui-protocol.
add 9192254 Fix a module name.
add 8ae1b42 Add application topology query type
add d07a913 Adjust the services and add comments.
add 131bbb9 Add two services.
add 4545e43 Add query arguments.
add 0af4f17 Add the missing getApplicationBrief query.
add 84caf87 Add graphiql servlet
add e771350 Remove spring dependency
add 5d801fb Add application layer protocol and some common types.
add d3ab94b Add server query.
add 6d96cf6 Finish all protocol
add d3b357a Finish all services and readme.
add 6b68a2c * `DurationItem` and `ThroughputItem` have been removed.
Service defines must be explicit and clear. * In server layer, AppServerInfo
type represents the basic server info and related metrics * In service layer,
ServiceInfo type represents the basic service info and related metrics *
`getServiceSlowTrace` service has been provided by `queryBasicTraces` service.
All trace query should be included in that.
add 20973f5 Announce the version policy
add b1f4738 Merge branch 'master' into feature/ui-protocol
new 8399452 Merge pull request #707 from apache/feature/ui-protocol
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../{apm-ui-query => apm-ui-protocol}/pom.xml | 12 ++-
.../src/main/resources/ui-graphql/README.md | 41 ++++++++++
.../src/main/resources/ui-graphql/alarm.graphqls | 15 ++++
.../ui-graphql/application-layer.graphqls | 37 +++++++++
.../src/main/resources/ui-graphql/common.graphqls | 88 +++++++++++++++++++++
.../resources/ui-graphql/overview-layer.graphqls | 37 +++++++++
.../resources/ui-graphql/server-layer.graphqls | 42 ++++++++++
.../resources/ui-graphql/service-layer.graphqls | 35 +++++++++
.../src/main/resources/ui-graphql/trace.graphqls | 89 ++++++++++++++++++++++
.../apm/ui/protocol/GraphQLScriptTest.java | 57 ++++++++++++++
apm-protocol/pom.xml | 2 +-
11 files changed, 451 insertions(+), 4 deletions(-)
rename apm-protocol/{apm-ui-query => apm-ui-protocol}/pom.xml (82%)
create mode 100644
apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/README.md
create mode 100644
apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/alarm.graphqls
create mode 100644
apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/application-layer.graphqls
create mode 100644
apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/common.graphqls
create mode 100644
apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/overview-layer.graphqls
create mode 100644
apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/server-layer.graphqls
create mode 100644
apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/service-layer.graphqls
create mode 100644
apm-protocol/apm-ui-protocol/src/main/resources/ui-graphql/trace.graphqls
create mode 100644
apm-protocol/apm-ui-protocol/src/test/java/org/apache/skywalking/apm/ui/protocol/GraphQLScriptTest.java
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].