Skip to content

Commit

Permalink
chore: add /juno-agent/cluster/ for etcd (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Feb 24, 2023
1 parent 7d6a02a commit b825c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/juno/data/config/initdb/juno.sql
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ CREATE TABLE `system_config` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;

INSERT INTO `system_config` (`name`, `content`, `create_time`, `update_time`) VALUES
('etcd', '[{\"prefix\":\"/prometheus/job/\",\"info\":\"监控查询\"},{\"prefix\":\"grpc:\",\"info\":\"grpc\"},{\"prefix\":\"http:\",\"info\":\"http\"}]', 1673061016, 1675836035),
('etcd', '[{\"prefix\":\"/prometheus/job/\",\"info\":\"监控查询\"},{\"prefix\":\"grpc:\",\"info\":\"grpc\"},{\"prefix\":\"http:\",\"info\":\"http\"},{\"prefix\":\"/juno-agent/cluster/\",\"info\":\"配置\"}]', 1673061016, 1677139191),
('grafana', '{\"host\":\"grafana:3000\",\"scheme\":\"http\",\"header_name\":\"X-WEBAUTH-USER\"}', 1673061016, 1676546139),
('k8s_cluster', '{\"list\":[{\"name\":\"开发测试集群\",\"env\":[\"dev\"],\"zone_code\":\"cn-wuhan-guanggu-f1\",\"zone_name\":\"武汉光谷F1区\",\"domain\":\"incluster\",\"token\":\"incluster\"}]}', 1676627218, 0),
('version', '[{\"name\":\"jupiter1.0\",\"version\":\"v1.0\",\"versionKey\":\"jupiter1.0\",\"dashboards\":[{\"name\":\"接口维度\",\"value\":\"/grafana/d/api/jie-kou-wei-du?orgId=1\"},{\"name\":\"实例维度\",\"value\":\"/grafana/d/instance/shi-li-wei-du?orgId=1\"},{\"name\":\"应用概览\",\"value\":\"/grafana/d/overview/ying-yong-gai-lan?orgId=1\"},{\"value\":\"/grafana/d/clientgrpc/ke-hu-duan-http-grpc?orgId=1\",\"name\":\"客户端HTTP/GRPC\"},{\"name\":\"客户端MySQL\",\"value\":\"/grafana/d/clientmysql/ke-hu-duan-mysql?orgId=1\"},{\"value\":\"grafana/d/clientredis/ke-hu-duan-redis?orgId=1\",\"name\":\"客户端Redis\"},{\"name\":\"客户端定时任务\",\"value\":\"/grafana/d/clientcron/ding-shi-ren-wu?orgId=1\"},{\"value\":\"/grafana/d/clientrocketmq/ke-hu-duan-rocketmq?orgId=1\",\"name\":\"客户端RocketMQ\"},{\"value\":\"/grafana/d/clientfreecache/ke-hu-duan-freecache?orgId=1\",\"name\":\"客户端FreeCache\"},{\"name\":\"熔断降级\",\"value\":\"/grafana/d/clientsentinel/sentinelrong-duan-jiang-ji?orgId=1\"},{\"name\":\"自定义\",\"value\":\"/grafana/d/customize/zi-ding-yi?orgId=1\"},{\"value\":\"grafana/d/pyroscope/pyroscope?orgId=1&var-appname=#APP_NAME&var-env=#ENV&var-pydatasource=#DATASOURCE.pyroscope&var-datasource=#DATASOURCE&var-aid=#AID&from=now-30m&to=now\",\"name\":\"Profile\"}]}]', 1673061016, 1677049009);
Expand Down

0 comments on commit b825c80

Please sign in to comment.