This is an automated email from the ASF dual-hosted git repository.

liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


    from db1815eb Merge pull request #306 from yin1999/helm-init-zookeeper
     add e595d1b9 add lock file
     add 462bf3de Merge branch 'master' of 
https://github.com/apache/dubbo-kubernetes
     add 63d5044e feature:UI prototype: Condition Rule
     add 18c854c4 Merge branch 'master' of 
https://github.com/robocanic/dubbo-kubernetes
     add ad19231f Merge branch 'master' of 
https://github.com/apache/dubbo-kubernetes
     add f2ca59b2 add documents for 
https://github.com/apache/dubbo-kubernetes/issues/150
     add e63dc2d0 Merge branch 'master' of 
https://github.com/apache/dubbo-kubernetes
     add 06da3eeb Merge branch 'master' of 
https://github.com/apache/dubbo-kubernetes
     add 3f55d32d Merge branch 'master' of 
https://github.com/apache/dubbo-kubernetes
     add fb50df13 Merge branch 'master' of 
https://github.com/apache/dubbo-kubernetes
     add 04110b55 Merge branch 'master' of 
https://github.com/apache/dubbo-kubernetes
     add 59335671 Complement config,handler of grafana dashboards and prometheus
     add caf63a56 remove useless docs
     add 2549e37d resolve conflicts
     add ee4bb0de Update yarn.lock
     new da0c53b1 Merge pull request #312 from robocanic/master

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:
 .gitignore                                   |   3 +-
 app/dubbo-cp/cmd/run.go                      |   1 +
 conf/dubbo-cp.yaml                           |  32 ++++++---
 pkg/admin/constants/constants.go             |   6 ++
 pkg/admin/handler/observability.go           |  94 +++++++++++++++++++++++++
 pkg/admin/model/{set.go => observability.go} |  42 ++++++-----
 pkg/admin/server/router.go                   |   8 +++
 pkg/config/admin/config.go                   |  25 +++++--
 pkg/config/app/dubbo-cp/config.go            |   8 ++-
 pkg/config/observability/config.go           | 101 +++++++++++++++++++++++++++
 10 files changed, 285 insertions(+), 35 deletions(-)
 create mode 100644 pkg/admin/handler/observability.go
 copy pkg/admin/model/{set.go => observability.go} (57%)
 create mode 100644 pkg/config/observability/config.go

Reply via email to