diff --git a/charts/oceanbase-dashboard/templates/cluster-role.yaml b/charts/oceanbase-dashboard/templates/cluster-role.yaml index b1aadd229..f3892bb80 100644 --- a/charts/oceanbase-dashboard/templates/cluster-role.yaml +++ b/charts/oceanbase-dashboard/templates/cluster-role.yaml @@ -19,6 +19,7 @@ rules: - secrets - namespaces - configmaps + - services - pods/exec verbs: ["get", "list", "watch", "create", "update", "patch"] - apiGroups: diff --git a/internal/assets/metric_zh_CN.yaml b/internal/assets/metric_zh_CN.yaml index 395f41a67..d505009ca 100644 --- a/internal/assets/metric_zh_CN.yaml +++ b/internal/assets/metric_zh_CN.yaml @@ -694,8 +694,8 @@ OBCLUSTER_OVERVIEW: unit: "\u03BCs" name: "\u7B49\u5F85\u4E8B\u4EF6\u8017\u65F6" OBPROXY: -- name: OBProxy service monitoring - description: Obproxy service monitoring +- name: OBProxy 服务监控 + description: OBProxy 服务监控 metricGroups: - name: TPS description: TPS diff --git a/internal/dashboard/business/obproxy/transformer.go b/internal/dashboard/business/obproxy/transformer.go index 93146ce2e..61d13ddc7 100644 --- a/internal/dashboard/business/obproxy/transformer.go +++ b/internal/dashboard/business/obproxy/transformer.go @@ -54,6 +54,7 @@ func buildOBProxyOverview(deploy *appsv1.Deployment) *obproxy.OBProxyOverview { Status: getDeploymentStatus(deploy), CreationTime: deploy.CreationTimestamp.Unix(), ServiceIP: deploy.Annotations[AnnotationServiceIP], + ServiceType: deploy.Annotations[AnnotationServiceType], } return overview } @@ -87,7 +88,7 @@ func buildOBProxy(ctx context.Context, deploy *appsv1.Deployment) (*obproxy.OBPr }, Resource: common.ResourceSpec{ Cpu: deploy.Spec.Template.Spec.Containers[0].Resources.Limits.Cpu().Value(), - MemoryGB: deploy.Spec.Template.Spec.Containers[0].Resources.Limits.Memory().ScaledValue(resource.Giga), + MemoryGB: deploy.Spec.Template.Spec.Containers[0].Resources.Limits.Memory().Value() / (1 << 30), }, Parameters: []common.KVPair{}, Pods: []response.K8sPodInfo{}, @@ -97,6 +98,7 @@ func buildOBProxy(ctx context.Context, deploy *appsv1.Deployment) (*obproxy.OBPr Name: port.Name, Port: port.Port, TargetPort: port.TargetPort.IntVal, + NodePort: port.NodePort, }) } for k, v := range cm.Data { @@ -107,12 +109,16 @@ func buildOBProxy(ctx context.Context, deploy *appsv1.Deployment) (*obproxy.OBPr } // TODO: Move pods fetching to another function? for _, pod := range pods.Items { + podStatus := string(pod.Status.Phase) + if pod.DeletionTimestamp != nil { + podStatus = "Terminating" + } podInfo := response.K8sPodInfo{ Name: pod.Name, Namespace: pod.Namespace, NodeName: pod.Spec.NodeName, PodIP: pod.Status.PodIP, - Status: string(pod.Status.Phase), + Status: podStatus, Message: pod.Status.Message, Reason: pod.Status.Reason, StartTime: pod.Status.StartTime.Format(time.DateTime), diff --git a/internal/dashboard/generated/bindata/bindata.go b/internal/dashboard/generated/bindata/bindata.go index a7a346227..6d66a4103 100644 --- a/internal/dashboard/generated/bindata/bindata.go +++ b/internal/dashboard/generated/bindata/bindata.go @@ -107,7 +107,7 @@ func internalAssetsMetric_en_usYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/metric_en_US.yaml", size: 27520, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/metric_en_US.yaml", size: 27520, mode: os.FileMode(420), modTime: time.Unix(1715831084, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -127,12 +127,12 @@ func internalAssetsMetric_exprYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/metric_expr.yaml", size: 37653, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/metric_expr.yaml", size: 37653, mode: os.FileMode(420), modTime: time.Unix(1715831084, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _internalAssetsMetric_zh_cnYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5c\xeb\x8f\xd4\x46\xb6\xff\xce\x5f\x61\x8d\x14\xe5\x5e\x29\x57\xb8\x1f\xb6\xbb\x91\xee\x87\xe9\xd7\x15\x12\xc9\xc0\x00\xb9\xbb\x52\x4b\x2d\x8f\xa7\x98\xf1\xe2\x6e\x37\x65\x1b\x32\xf9\x44\xa2\x24\x44\x64\x13\x92\x2c\x09\xd9\x5d\x92\x88\x08\x02\xfb\x08\x43\xb4\x2b\xc2\x86\xb0\xfc\x07\xfb\x57\xd0\xdd\xc3\xa7\xfd\x17\x56\xe5\xb2\xdd\x7e\x9c\x7a\xb8\x9b\x8d\x96\xa4\xbf\x8c\xc0\x75\xfa\x9c\xdf\x39\xae\xf3\xa8\x53\x55\xde\x68\xb5\x8f\x9d\x3e\x79\xaa\xbb\x79\xe4\xd0\xff\x28\xdb\xc8\xb3\xb0\x3d\xf6\x6d\x77\x74\x44\x59\xeb\x07\xba\x66\xa8\xfd\x40\xaf\xe9\xdd\x7e\xa0\x75\x9b\xb5\x7e\xa0\xab\x55\xa3\x1f\x34\xd4\x5e\x67\xed\x90\xa2\x0c\x91\x8f\x6d\xeb\xff\xb0\x1b\x8c\xbd\x23\x87\x14\xa5\xc8\x41\xeb\x1a\xb5\x7e\xa0\x19\x75\xa3\x1f\xe8\xad\x76\xaf\x1f\x18\xcd\x4e\xb5\x1f\x68\x4d\xb5\xde\x0f\x8c\xba\xaa\x2b\x27\x4f\x1c\x53\xfa\x41\xa3\xd5\xed\xf4\x03\xad\xd6\xd5\xa8\x58\xc2\x3e\x16\x10\xf2\x86\xb8\x2f\xc0\x51\x51\xce\xa2\xbd\x23\x8a\x77\xce\x19\x98\x8e\x33\xb0\xdc\x60\xe4\x47\x03\x23\x73\x88\x8e\x28\xa6\xe3\x44\xff\x0f\x46\xb6\x7f\x44\xf1\xed\x21\xf2\x0e\x7b\x25\x11\x20\x07\x59\xbe\x0c\x08\x2f\xa4\x04\x70\xd0\x81\xe5\xa1\x1c\x1d\x79\x08\x4b\x41\xb1\x43\x4a\x00\x0a\x1d\x58\x1e\xca\xe9\xf1\xb6\xe9\x23\x19\x28\x41\x48\x09\x40\xa1\x03\xcb\x43\xd9\x44\x63\xc7\xb4\xa4\xb0\x60\x4a\x0a\x80\x89\x46\x96\x47\xd3\x41\x0e\x92\x33\xcc\x76\x48\x09\x60\xa1\x03\xd2\x50\x3a\x9d\x63\x2f\x29\x9d\x36\xf9\x73\x8a\x38\x8b\xd1\xaa\x37\xfb\x81\x56\x31\xf4\x7e\x50\xef\x76\x74\x09\x28\xae\xbf\x8b\x30\x80\x24\x7c\xce\x04\x42\x69\x4e\x1c\x3f\x09\x86\x0b\xdd\x50\x89\xd0\xea\x7a\xa5\x1f\x18\xeb\xdd\x5e\x6c\x31\xdd\xd0\x2b\x80\x5b\xcf\x4d\x18\x45\x9a\x48\x6c\x1c\x71\x1a\x6a\x85\xc4\x1d\xad\xa7\x4b\x84\x13\x80\x7d\x2a\x78\xa5\x45\xe5\xd9\xe6\x62\x0a\xe6\x07\x94\xb5\x7e\xa0\xd6\x5a\x6d\x6f\x0d\x46\x01\x45\x8e\x05\x80\x44\x71\x05\x0b\x83\x0a\x1f\x0e\x18\x3d\x16\x80\x13\xc5\x16\x2c\x0c\x2c\x7c\x38\x60\x04\x59\x00\x4e\x14\x5f\xb0\x30\xb8\xf0\xe1\xc0\x51\x64\x01\x3c\x71\x8c\xc1\xe2\x00\xc3\x47\x04\x46\x92\x05\x00\x45\x71\x06\x0b\x83\x8c\x00\x4e\xa9\x30\x53\xc0\x19\x49\x22\x0e\x2d\x44\x4c\xc3\x11\x16\xc5\xa2\x2c\x5e\x4a\x15\x06\x1e\x02\xa0\xd1\xea\x92\xc0\x5c\x6f\x77\xc2\x7a\xa7\x4e\x45\xf5\x83\xa6\xd6\xab\xaf\x2d\x58\xdf\x10\x45\x1b\xad\x38\xa8\x2d\x59\xda\xb0\x98\x45\x76\xf0\xc7\xde\x33\xaa\x65\xf4\x5a\x47\x25\xc2\xd6\xeb\x22\x91\xd8\x1c\x79\xa6\x45\x98\x0c\x2c\x77\x38\xb4\xa1\x02\x22\x24\x82\x86\x4b\xe7\x4c\xbd\xd3\xed\x07\x7a\xb7\xb3\x5e\x02\x16\x76\x1d\x67\xcb\xb4\xce\x32\x81\x81\x04\x65\xa1\x35\x3a\x0d\x2d\x9e\x2f\xd2\xd0\x08\x7b\x37\x60\x9b\x0c\x1a\x67\xe5\xd4\x53\x25\x73\x6a\xbd\x5b\xcd\x59\x91\x11\x27\x92\xa4\x9a\x75\x06\xe1\x14\x96\x60\xcd\x72\x68\x7f\xec\x2d\x97\x46\xd9\xd2\xd3\x33\x9b\x25\xbd\x38\xa7\x31\x67\x42\x97\xca\x60\x1c\xb3\xa4\xe6\xb6\x04\xb0\x64\xd2\x82\xd0\x8a\xa3\xdc\xf0\x97\xc1\x54\x22\xfc\xd5\x7b\x15\x82\xb6\xd5\xe9\x94\x08\x6d\x5a\x4f\x23\x4a\x57\xeb\xe4\x47\x9d\x5a\x8b\xf8\x4e\xbb\xc6\x62\x16\xa9\x4e\xb4\x3e\x8f\x06\x1e\xf2\x3c\xdb\x1d\x65\x67\x06\x34\x44\xd5\x7d\xf1\x45\x09\x0c\x7c\xb9\x8e\x03\x0b\x2d\x3c\xcf\x48\x9c\x5b\x16\x60\xce\xaa\x3c\x7b\xe4\x9d\xb7\xeb\x24\xce\x19\xd5\x46\x92\x2d\x7b\x24\xb0\x34\xf5\x4a\x8f\x00\x26\xf3\xa2\xde\xad\x76\xfa\x81\xa1\x37\xea\x11\xcd\xbc\xec\x0d\x69\x17\x28\x7b\xa5\x04\xa6\x46\x19\x13\x14\xa3\x73\x01\xf2\xfc\xc1\xb9\x00\x05\x28\x8c\x5e\x19\xa3\x15\x1e\x73\x27\x65\xda\x20\x2c\x64\x59\x1c\xf2\x39\x8d\x1a\x2f\x1b\xa7\xc3\x12\xa4\xd7\x31\x16\xcc\xd2\x8b\xb0\x4f\xfb\x75\x1c\x4e\x1c\x77\x07\xc8\x07\xf9\xa7\xac\x2c\xb0\x26\x16\xfb\xac\xd4\xd0\x9a\x55\xf2\xb7\xad\xf6\xfe\x8d\xb6\xca\x0b\x89\x2c\x66\x11\x7b\x50\xb3\x85\xff\x72\x7d\xd3\x19\x78\xf6\xeb\xa8\x60\xb4\xd4\x43\x6a\xb3\xad\xbd\xa8\x84\x15\x1a\xac\x59\x69\xf7\x18\x06\x2b\xe4\x54\x76\x8d\x36\xe7\x47\x35\x5d\x7a\xa1\x9a\x2c\x8a\x5b\xd5\x0a\xc7\x70\x95\x66\x93\x88\xec\x34\xb2\x69\x26\x14\x95\x2a\xac\x0b\x3e\x1c\x9a\xf6\x02\xb6\x7d\x34\xd8\xb6\xbd\x42\x7e\x99\x8f\x94\xca\x7a\x32\x90\x8d\x9e\x46\xec\xd9\xed\xb4\x49\x16\x52\xdb\x84\x5e\xd7\xb2\x16\x63\xdb\x8c\xe5\x4b\xde\xde\xc8\x2a\xac\x83\xc9\x33\xd9\x38\xc4\x82\x2b\x8a\x3d\xf0\xda\x40\x39\xba\xa1\xc4\x86\x90\x8c\x33\x27\x4f\x9e\xf4\x5d\x8c\x94\x5c\xc1\xd9\xea\xb5\x8a\x8c\x22\x2b\xd8\xee\x00\x23\x73\x1b\x6c\x5a\x99\xdb\xd2\x25\x2e\x2c\x99\x4e\x2d\xb6\x64\x3a\x45\x8a\xa2\xc3\xe7\x82\xf8\x75\x74\x83\x51\xc6\x16\xad\x49\x00\x50\x6b\x96\x4b\x78\x39\x9d\xa8\x1e\xd4\x9a\x5a\xad\xa3\x03\xee\x52\x9c\x65\xb1\x7d\x0b\x0b\xf6\x9c\x71\x05\xcd\x1e\x10\x0a\x35\xaf\x56\xd1\x35\x59\x28\xd4\xe0\x90\xa3\x8a\xe7\x37\x60\xc0\x92\x53\x39\xb5\x49\x10\x47\xcc\x25\x26\x34\x7d\x05\x30\xd3\x9c\xf1\x0b\xf1\xbe\x60\xfe\x24\xd6\x97\x99\xd8\xd4\xf2\x22\x04\xd4\xe6\x05\x08\x45\xab\xe7\xf3\x4d\x68\x34\xad\x5e\xe9\x86\x7f\x55\x5e\x9a\x61\x75\x17\xf4\x9a\x4a\x22\x7c\xab\xb9\xde\x0f\x8c\xb6\x41\xac\x66\x90\x18\xb5\x74\xa7\x41\xd7\x43\x75\xd5\x4a\x99\xf5\xb5\x67\x8f\x76\x1c\x34\x18\x9b\xd8\xb7\xa3\x35\x13\xbc\x9a\xe5\x12\x96\x6e\x05\x54\x69\xd7\x57\x25\x16\xea\xa9\xbd\x12\x80\x87\x81\xe3\xdb\x12\x78\x79\x74\xd2\xf5\x97\x91\x7a\xc3\xf3\x76\x13\x77\x63\x6d\xa3\x75\xaa\xfb\xca\xfa\x2b\xa7\xc0\x2d\xb9\x84\x8e\x08\x52\xbb\x27\x4f\x1c\x5b\xed\xc4\xad\x76\xe2\x56\x3b\x71\xab\x9d\xb8\x67\xba\x13\xc7\xee\x02\xad\xb6\xd1\x56\xdb\x68\xab\x6d\xb4\xd5\x36\x1a\xb4\x54\x5e\xf5\x8e\x33\x72\x7f\xb4\xde\xb1\x5e\xd5\x49\x55\xd8\xa8\xb7\x09\x7d\xd8\xc5\xaf\x56\xaa\xc9\xe2\xa0\x5a\x6d\x2d\xb5\xe9\xa8\x1b\xd5\x36\x99\x51\x35\x35\x2b\x0a\xcc\x46\x8e\x6b\x99\x50\x39\x17\x3e\x5f\x3a\x43\xf7\x83\x46\xaf\xd3\xee\x07\xc6\xba\xda\x62\xeb\xcd\x28\x1f\x86\x2e\x98\xb1\xe9\xc0\x33\x80\x56\x5c\x93\x30\x00\xa6\x3c\x12\x2e\x2e\x6c\xcf\xc7\xf6\x56\xe0\x23\xa8\x85\x93\x1a\x15\xad\x46\xca\x4c\x0f\xbe\x9e\xe9\x0e\x3c\x5d\xe1\xd4\xbb\xc4\xc1\x4b\x75\xb2\x16\x63\x19\x19\xe6\x82\x69\xfb\x03\x74\x1e\x8d\xa0\xca\x78\x89\xc5\x42\x25\xdc\x54\x50\xbb\x8d\xd2\x88\xbc\x3d\xcf\x47\xc3\x08\x93\x3d\xf2\x11\x1e\x99\x4e\xd4\x8c\x26\x68\xbd\x5c\x9a\x8e\x08\xc8\xd0\xa2\x60\x93\xb6\xa8\xb2\x79\xbc\xad\x2c\x87\x98\x76\x46\xc7\x16\x13\x71\x42\xb0\x04\xe2\xa6\xa6\x56\x96\x83\x89\xdd\x0b\x24\xa8\x9c\x0d\x51\x30\xb1\x66\xa8\x16\xc2\x4a\xdb\x59\x4b\x4d\x01\x97\xfd\xf2\xdd\x25\x80\x39\xa6\x6f\xed\x2e\x89\x2d\xe4\xc1\x84\x47\x47\x97\x99\x98\xa9\x62\x64\x19\x98\xb4\xfe\x60\xc1\xa4\xa3\x5c\x98\x49\xf6\x84\x51\xc0\x81\x8e\x85\x98\xd7\x7e\x15\x04\xba\x45\x58\x16\x03\xdd\x92\x87\x20\x64\x62\x9b\x04\x20\x46\x9c\xb3\x87\x28\x7c\x17\x49\x1a\x12\xc5\x39\x21\x5c\xd9\xe8\x56\x16\xf3\x3c\xd2\x31\x30\xb3\x23\x9d\x08\x73\x31\xbe\xcd\x0b\xdf\xf2\x40\x73\xb1\x8e\x81\x96\x1d\xeb\x04\xcb\x50\x5e\x80\x2b\x3d\x0f\x5c\xf6\x0c\x00\x82\x1d\x1f\x99\x28\xc2\x95\x05\x17\x45\x3b\x06\x3e\x46\xb4\x13\x7b\x93\x38\xc6\x95\x05\x1a\xc5\x3b\x06\x50\x46\xbc\x63\xac\xbe\x58\x98\xe4\x0f\x49\xc4\x0d\xdb\x5e\xa7\x15\xef\x83\x70\xce\x84\xac\x97\xa8\xfb\xd2\x2c\xd3\x25\x73\x9a\x25\xdd\x1f\x4f\x1f\xfb\xc8\xb6\xcf\x95\xfc\x31\x13\x34\xa2\x27\x4a\xa0\x92\x9e\x4d\x21\x93\xda\xea\xdd\x76\x97\x0d\x54\xab\xf4\xd6\xe3\x27\x0c\xd0\xa9\x0a\x9f\x09\x7f\x1b\x89\xe0\x43\x14\x9c\x94\x27\x3e\x31\xb3\x3a\x7e\xf4\x23\x1e\x3f\x6a\x1f\x3f\x4d\x16\xf1\x06\x99\x25\x5a\xa8\x60\xad\x61\x48\xd8\x84\xf3\xbb\x48\x51\x77\x6b\x60\x8d\x83\xc1\x18\x61\x0b\xe5\xa6\x0e\x79\x8e\xf3\xfd\xb7\x17\x5f\xc8\xb4\x16\x98\x02\x80\x32\xa6\xd9\x09\x97\xb1\x35\x23\xae\x26\xb4\x96\xd6\xc8\xfd\x5a\x37\xba\xf1\xe2\x57\x6f\x75\xe4\x4e\x87\xb2\x18\x6b\x9d\x5e\x55\x86\xfd\xdc\x12\x43\x34\x74\xf1\x1e\x68\x8c\x68\x28\xf0\xcc\x1d\xae\x41\x38\xba\x31\x2c\xf3\x72\xf7\xe5\x70\x07\x79\x69\x4b\x94\x61\x14\xe9\x3c\x44\x43\x8f\xfc\x04\x54\x39\xe6\x97\x1b\x04\xd5\x96\x97\x5d\x68\xd9\x8e\xad\xb0\x77\x51\xd3\xfb\x41\x4d\x25\x15\x90\x56\xeb\x84\x7f\xd5\xb2\x11\x20\xcd\x8a\xfe\x5c\x22\x87\x92\x52\x6d\x6c\x5a\x67\x11\xa9\x47\x8b\xfd\xf0\x12\x69\x9d\x8a\x4f\xa3\x2f\x27\xde\x0d\x0a\x55\xba\x1b\x48\xa4\xeb\x58\x6e\xd1\x5e\x40\xe1\x51\xd3\x48\x4a\xef\x85\x5d\xcf\x74\x75\x59\x69\x68\xbc\x37\xb1\xb5\xe7\xa3\x6c\x3e\x2a\x79\x50\x03\x78\x37\xc0\xc1\x05\xf8\xad\xf0\x5e\x09\xf3\x5c\x06\xf0\x36\x24\x05\xce\x8d\x0e\xbf\x84\xfc\x31\x8c\xb4\xfd\xe5\x4e\x63\xe8\x55\x8d\xf6\xf5\xd4\x38\xfb\xe9\xdd\x5a\xa3\x1f\xe8\x0d\xb5\xd4\x99\x51\x49\x36\x71\x80\x1b\xa3\x11\xda\x1e\x58\x01\xf6\x5c\xec\x41\xbb\x7c\x63\x34\x8a\x87\xb3\xce\x9e\x0b\x71\x72\x82\xe7\xe4\xd0\x49\x03\xde\x71\xf6\x67\x75\x0e\x61\x75\x63\x66\x75\x63\x86\x09\x6d\x75\x63\x66\x75\x63\xe6\x79\xbe\x31\xb3\xba\x90\xb0\xba\x90\xf0\xf3\xbc\x90\xf0\x9f\x75\xba\xff\x39\xbc\x54\xb1\xf4\x85\x84\xf4\x84\x4f\xf3\x00\x5a\xd8\xe5\x36\x75\xa9\x59\x00\x36\x55\x52\x51\x6b\xd5\x66\x8f\xb9\xf9\x93\xac\x65\xa9\x09\xc2\xae\xb6\x17\x58\x16\x74\x0e\x33\xb0\x2c\xe4\x79\x25\xaa\x0d\x16\x2e\xad\x59\xab\x90\xfa\xa3\x0a\xa8\xca\xc1\x75\xc6\xb4\xa1\x83\x0d\xe4\x71\xb9\x20\x28\x32\x38\xeb\xd5\x15\x0b\x10\x40\xb7\xc5\xb7\xac\xd2\xe6\x4a\xb3\x91\xe8\xbc\x41\xe6\x4a\xb6\x30\xb2\x53\x3d\xf7\x54\x7a\xa6\xf3\x71\x2d\x7a\x51\x7f\x75\x94\xfe\x39\x3f\x4a\x9f\x5e\x7f\x02\xaf\x9d\xf6\x14\xd5\xf5\x06\x5d\xc4\x92\x34\x54\xa9\xd1\xe7\x32\xeb\xd5\x8d\x56\xd8\x24\x08\x13\x2a\xe3\x72\xc8\xbc\x73\x58\xa2\xdb\x47\x72\x84\x5a\x6b\x31\xcb\x09\x5a\x3f\x24\x5e\x15\x78\xb9\x8d\xa1\x70\x3c\x63\xbf\x97\x5b\xac\x37\x9d\x1c\x93\x53\x52\xd2\x19\x72\xa3\xf3\x70\x6c\xc1\x94\x40\x4e\x72\xa3\xd9\xd5\x93\x66\x4e\x5d\xa5\x39\x33\xdc\x4a\x09\xff\xad\xd6\xda\xd9\x18\x62\xfe\xca\xc5\x83\x33\x18\xa1\xd7\xd1\xc0\xc7\xf6\xce\x4e\x72\xe8\x30\x9e\x4a\xe9\x67\x5c\xe1\xf3\xce\x26\xa9\x71\x1c\x7b\x68\xfb\x70\xbc\x0a\x87\xb2\x35\x5a\xea\x49\x46\x46\xb6\xbf\xba\xba\xf2\xa7\xac\xae\xfc\xad\xae\xfc\xad\xae\xfc\x3d\xdb\x2b\x7f\xf3\xf4\x54\x7a\x3d\xab\x19\x9a\xc1\x67\x10\xa9\xb2\x15\x96\x67\x96\x69\xed\x52\x6d\x06\xc3\xad\x8c\x42\xa9\x71\xc9\x40\x1f\x9e\x2c\x95\x90\x8c\xdd\x0b\x1c\xb9\xc9\xa8\x64\x62\x63\x9d\x6a\x15\xe3\x18\x3b\xe6\x88\x03\x64\x3e\x2c\x83\xa4\xed\xb8\x3b\x8a\x94\xd8\x70\x15\xc8\x16\x3b\x1f\x96\x11\xbb\xe5\xb8\xee\x50\x39\x63\x3b\x3e\xc2\x72\xe2\xc3\x5f\x0c\xe8\x2f\xf8\xaf\x3f\x47\x26\x03\xc7\x71\x2d\x93\xfc\x53\x0e\x4a\x4c\xcd\x81\x91\x25\x61\x27\x64\xae\xd3\x08\x1c\xac\x6e\x74\x92\xe3\x05\x72\x7b\xf3\xa0\x9b\x81\x6c\x00\x67\xdb\xb5\xfd\x01\x26\x4a\x49\xb9\x5b\xbc\x59\x2b\xe5\x6f\x3c\x08\x73\xaf\x83\x01\xc0\x7e\xc7\x16\x2f\xe5\x78\x3c\x40\x29\xf7\x83\x11\x31\x1c\x90\x05\x09\xf2\x40\x9e\xfc\x94\x1f\xc2\xf2\x19\x9e\xc8\x92\xcf\x73\x45\xc1\xdc\xc8\x3b\x24\x73\x8a\xf0\x5c\x92\x85\x8b\xe5\x93\x3c\x4c\x39\xcf\x84\xf1\x70\x7c\xb3\x70\xb2\x42\x24\x99\xef\xa2\x99\x83\x55\x25\xbb\x52\x05\x47\xe5\x31\x03\xdc\x15\xa3\x73\x83\xf4\x42\x4b\xe0\xae\xf2\xde\x2a\x81\x63\xee\xb3\x30\x0a\x86\xcf\x4a\xfb\x87\x04\x84\x94\x97\xc0\x18\x58\x5e\x52\xda\x49\xe4\xde\x4b\xde\x55\x98\xaf\x87\xeb\x2a\xa5\x3c\x45\x02\x58\xce\x5f\x60\x50\x3c\x7f\xe1\xb8\x0b\x5b\xfc\xfc\xdc\x12\xb7\xc1\x91\x7c\xdd\x7b\xb0\xf1\x6a\x77\xf3\xd5\xa3\xdd\xff\x2f\x7c\x53\xa0\xed\x04\x1e\x79\x23\x1b\xe7\x11\x3e\x6f\xa3\x0b\x69\xe6\x4d\xdd\xd2\xfb\x81\x71\xc6\xac\xcf\x8f\x03\x9c\xd9\xee\x07\x7a\xb3\x41\x8a\xf7\xa6\x25\xd5\x43\x79\x1e\xbf\x3d\x70\x2e\x40\x78\x4f\xaa\x4b\xf5\xdc\x5c\xa0\xa6\x2a\xc9\x76\x5e\x7f\x3a\x1f\x41\x8d\xb7\x8c\x7e\xf6\xe7\x01\xe6\x07\x24\x64\x26\xc0\x4f\xfc\x93\x90\xa5\x2e\xd9\x3e\x3f\x17\x84\x4a\xed\xae\xc8\xdc\x17\xd8\x68\x1d\xdf\xdc\xf8\xc5\x2f\x49\xda\xa0\xbf\xdb\x68\x1d\xc7\xee\x6b\x7b\x8a\x47\xd2\x85\x85\x94\xa1\x3b\xb2\x7d\x17\xdb\xa3\x9d\x43\x4a\x56\xc7\x8d\xad\x31\x9b\xb2\x98\x34\xd2\x3e\x98\xe3\x14\x3f\xcc\x59\x34\x52\x24\x4c\xb7\xb1\x7d\xb2\x56\x9e\xee\x5f\x99\xdd\xfe\xf8\xc9\xf7\xef\x4d\x2e\xdf\x98\x7e\x72\x8f\x7d\xaa\xa8\xd0\x4e\x5f\x5b\x4b\x81\x3a\x01\x81\x3a\xc1\x05\x45\xb7\xa8\x79\xa8\x14\x4a\xa2\x1c\xec\x7f\x37\xfd\xf6\xcd\x3c\xba\xf8\x28\x3b\xdd\x08\xa0\xa4\x45\x80\x29\x81\xf4\xa3\x02\x5c\x81\x94\x44\x4a\x20\xf4\x89\x82\x9c\x40\xfa\xd5\x09\xae\x40\x4a\x22\x25\x10\xfa\x86\x45\x4e\xa0\x63\xe2\x1d\xae\x82\x93\x9b\xb7\x65\x44\x85\x7c\xb8\x92\xe8\xf7\x3d\xb8\xaa\x51\x12\x29\xd5\xa0\xaf\x85\x14\x04\x9e\x0b\xd0\xc8\xe2\xbf\xbe\x98\x48\x52\x28\x25\xe6\x8b\x75\xdc\x0b\x3c\x91\xd3\xb7\xbf\x92\x92\xe5\xb8\x17\xb8\x72\xe8\x17\x41\xb8\xca\x51\x12\x29\xd5\xa0\xef\x8b\xe4\x04\x86\xf7\xa6\x3c\xee\x5c\x79\xfb\xfe\x93\x87\x9f\xca\x88\xa3\xbc\xd8\xc1\x61\x72\xf7\xab\xe9\xbb\xdf\xcd\xfe\xb4\x7f\xf0\xf8\x8b\xe9\x07\xb7\x8a\x81\x02\x22\x60\x04\x0d\xc7\x46\x23\xc6\xbc\xcb\x71\xc9\x63\xb6\x02\x8c\xc3\x9b\x8e\x34\xe5\x0d\x28\x2b\xae\x91\x28\xc9\xc0\x72\x47\x23\x14\x86\x41\x8f\x5e\x94\x80\xe5\xc7\x71\xbf\x88\x43\x39\xac\x44\xac\x86\xe6\x6b\x69\x76\xb9\xd5\x64\x4e\x5a\xb8\xb7\x08\xde\x52\x58\x7b\x21\x6d\xdf\xe9\xf5\xf7\x27\x97\x6f\x70\xec\x0b\x11\xc0\xf6\x25\x99\x08\x61\xc6\xb4\xc8\x72\x11\xd9\x97\xb2\x12\x38\x35\x21\xc9\x6a\x2c\x34\x6f\x11\x86\x72\x58\xe1\xd9\x15\x92\x22\x65\x57\xb2\xce\x98\xfc\xe6\xfd\xc9\xf7\x57\xa7\xd7\xee\x3f\xbd\xf6\x57\x60\xe2\xfe\xed\x2f\x93\xcf\x2f\x4d\xf7\xaf\x4c\x3f\xbf\x01\x93\x97\xcf\x7d\x73\x9e\x7f\xbe\x91\xcd\x80\x07\x17\xaf\x4d\xaf\xdd\x07\x1d\xd1\x72\xc3\x3f\xc5\x1c\xf8\x8f\x1f\xbc\x12\x69\x30\x23\x3b\x93\x0c\x45\xb2\xa1\x74\x58\x94\xcd\xcb\x88\x19\xd9\x99\xbc\x28\x92\x0d\x65\xc6\xa2\xec\x31\x46\x63\x13\x93\x92\x77\xb4\x3d\x88\x7e\x2f\x46\x42\x11\x4c\xae\x7c\xf4\xf4\xe2\x1b\x93\x4b\xef\x4c\x6e\x5e\x12\xa1\x81\xe4\x00\x05\x67\x11\x60\x34\x4f\xc7\xd8\xb5\x90\xe7\xc9\x43\x4c\x1c\x62\x72\xf3\xad\xd9\x87\xef\xc8\xd9\x0c\x16\x26\x89\x93\x9d\xfb\x33\x2f\x31\x53\x01\x88\x01\x15\x6b\x00\x48\x36\xaf\x0c\xc8\x49\xcf\x14\x03\x62\xf9\x50\x39\x50\x44\xc0\xcb\xd4\x19\xf9\x99\x7c\x2d\x92\x0e\x65\xec\xa2\x6c\x5e\xd2\x4e\xcb\x4e\xa7\x6e\x91\x64\x28\x79\x47\x92\xf3\x0b\x9a\xc9\x3b\x6f\x4f\xbe\xf9\xac\x18\x05\x81\x71\x38\xec\xb9\x74\xbd\x33\xc0\x1e\x43\x89\x98\xd3\xc1\xe3\xdf\xcf\xee\xbc\x37\x79\xf0\xe0\xe9\x1f\x1e\x52\xae\x93\x9b\xb7\x27\xf7\xae\x64\xd4\x48\x71\x8b\x6e\x38\x66\xb5\xd8\xda\x8b\xdf\x13\x04\x40\x26\xd5\x14\x61\x28\x87\x15\xca\x61\x88\x86\xf4\x64\x0c\xda\xe6\x81\x92\x4d\x35\xb1\xc4\xf6\xf1\xd3\xca\x93\x47\x8f\x67\x57\xef\xcc\x3e\xb8\xc4\xb6\x34\x05\x06\x50\xf3\xed\x6e\x8d\x03\x79\xb5\xb3\xdc\x41\x25\xe3\xe8\x51\xbc\x69\xcb\xd3\x71\xfa\xe9\xa5\x27\x0f\xef\x4f\xae\xdc\x9a\x7e\xf9\xd6\xf4\x93\x7b\x6c\x2d\x21\x42\xbe\x82\x67\xb6\x05\xb5\x43\x96\x23\xa8\xd4\x99\x6d\xa0\x15\xb6\x06\x29\x32\xfb\xfe\xf1\xec\xce\x7b\x5c\x15\xb2\x24\x7c\xf0\xfe\x2e\x46\xe6\xb6\x94\x67\x24\x6c\x41\x0d\x28\x23\x91\x16\x4f\xaf\xfe\xf6\x60\x7f\x7f\x7a\xed\xd6\xe4\xf1\xb5\xa2\x02\xe9\xd1\x27\x0f\xfe\x28\xa5\x01\x1f\x79\x77\x73\x73\x63\x53\x49\x73\x04\xc1\x3b\xee\xce\x00\x61\xec\x62\x11\xfe\x83\xef\xf6\x67\x57\xbf\x3d\xb8\x71\x87\x53\x96\xcd\x6e\x7f\x9c\x90\x4d\xbf\xbc\x75\xb0\xff\x15\xc9\x97\x9f\xdc\x53\xfe\xeb\xe9\xc3\xcf\x0e\xee\xde\x7c\xf2\xe0\xfd\xc9\x0f\x17\x27\x1f\xee\xff\xf3\x87\x5f\x4f\xbe\x7e\x73\xfa\xc5\xf5\xa7\xd7\x2f\x1e\x7c\xfd\x46\xf2\x90\xfe\xf7\xe0\xee\xdf\x67\x8f\xee\x46\x08\x27\x57\xc8\x72\x08\x8d\xcc\x2d\x07\x0d\xd0\x6b\x3e\x36\x89\x1f\x0c\x91\xbf\x8b\x02\xe2\xf3\xc4\x40\xff\xeb\xe3\x00\xfd\x37\xc7\x62\xbb\xc2\xea\x2f\x0d\x7d\xf2\xd1\xa3\x27\x0f\xbe\xa1\xd0\x33\x46\x43\x23\x1f\xef\x45\xab\xb0\x5d\x41\xfb\x23\x39\x5a\x2a\x16\x4c\x4d\xa5\x24\xbf\xa0\x72\x94\xd9\xef\xde\x12\x60\x48\x7e\xc1\x45\x82\xdd\x40\x98\x41\xe7\x28\x42\x6a\x69\x04\x21\x35\x7f\xd1\x41\x0f\xc9\x97\x30\x7f\x34\x73\xde\xfd\x70\x72\xf9\x4b\x81\x78\xe8\x04\x7e\x1e\x80\x4f\x66\x8e\xb4\xfa\x21\xb5\xb4\xfa\x21\x35\x67\x25\xfe\xcd\xb5\x83\xcb\x6f\x82\x11\x2b\x5d\x3f\xcc\x1e\x7d\x34\x7b\x78\x3d\x5a\xfa\xbf\xfb\x29\x5d\xd4\x24\xbf\x2d\x38\xcf\x4b\xca\x8f\xea\x3b\xd1\x3a\x99\x5f\x1f\xc7\x6b\xf0\xb8\xd8\x99\xab\x0e\x96\x42\xa4\x56\x18\x64\x19\x0b\x8b\x89\x84\xdc\x1b\xbb\x23\x8f\xf5\x46\x53\x40\x28\x5d\x29\x24\xf4\x27\x42\x28\x51\x35\xcf\x35\x49\xb2\x4c\x28\x63\x92\x2c\x63\x79\x1c\x3c\x93\xa4\x81\xc8\x9b\x24\xc7\x1a\x82\xf2\xaf\x00\x00\x00\xff\xff\xf1\x91\xb5\x40\xaa\x79\x00\x00") +var _internalAssetsMetric_zh_cnYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5c\x5b\x8f\xd4\x46\xf6\x7f\xe7\x53\x58\x23\x45\xf9\xff\xa5\xfc\x85\xfb\x62\xbb\x1b\xe9\xff\x30\x7d\x5b\x21\x91\x0c\x0c\x90\xdd\x95\x5a\x6a\x79\xdc\xc5\x4c\x2f\xee\x76\x53\xb6\x21\x93\x27\x12\x25\x21\x22\x9b\x10\xb2\x24\x64\x37\x24\x11\x11\x04\xf6\x12\x86\x68\x57\x84\x0d\x61\xf9\x06\xfb\x29\xa6\xbb\x87\xa7\xfd\x0a\xab\x72\xd9\x6e\x5f\x4e\x5d\xdc\xcd\x46\x4b\xd2\x2f\x23\x70\x9d\x3e\xe7\x77\x8e\xeb\x5c\xea\x54\x95\x37\x1a\xcd\x63\xa7\x4f\x9e\x6a\x6f\x1e\x39\xf4\x7f\x4a\x1f\xb9\x16\x1e\x8c\xbd\x81\x33\x3a\xa2\xac\x75\x7d\x5d\x33\xd4\xae\xaf\x57\xf4\x76\xd7\xd7\xda\xf5\x4a\xd7\xd7\xd5\xb2\xd1\xf5\x6b\x6a\xa7\xb5\x76\x48\x51\x86\xc8\xc3\x03\xeb\x17\xd8\xf1\xc7\xee\x91\x43\x8a\x92\xe7\xa0\xb5\x8d\x4a\xd7\xd7\x8c\xaa\xd1\xf5\xf5\x46\xb3\xd3\xf5\x8d\x7a\xab\xdc\xf5\xb5\xba\x5a\xed\xfa\x46\x55\xd5\x95\x93\x27\x8e\x29\x5d\xbf\xd6\x68\xb7\xba\xbe\x56\x69\x6b\x54\x2c\x61\x1f\x09\x08\x78\x43\xdc\x17\xe0\xa8\x28\x67\xd1\xee\x11\xc5\x3d\x67\xf7\x4c\xdb\xee\x59\x8e\x3f\xf2\xc2\x81\x91\x39\x44\x47\x14\xd3\xb6\xc3\xff\xfb\xa3\x81\x77\x44\xf1\x06\x43\xe4\x1e\x76\x0b\x22\x40\x36\xb2\x3c\x19\x10\x6e\x40\x09\xe0\xa0\x03\xcb\x43\x39\x3a\x72\x11\x96\x82\x32\x08\x28\x01\x28\x74\x60\x79\x28\xa7\xc7\x7d\xd3\x43\x32\x50\xfc\x80\x12\x80\x42\x07\x96\x87\xb2\x89\xc6\xb6\x69\x49\x61\xc1\x94\x14\x00\x13\x8e\x2c\x8f\xa6\x85\x6c\x24\x67\x98\x7e\x40\x09\x60\xa1\x03\xd2\x50\x5a\xad\x63\x2f\x29\xad\x26\xf9\x73\x8a\x38\x8b\xd1\xa8\xd6\xbb\xbe\x56\x32\xf4\xae\x5f\x6d\xb7\x74\x09\x28\x8e\xb7\x83\x30\x80\x24\x78\xce\x04\x42\x69\x4e\x1c\x3f\x09\x86\x0b\xdd\x50\x89\xd0\xf2\x7a\xa9\xeb\x1b\xeb\xed\x4e\x64\x31\xdd\xd0\x4b\x80\x5b\xcf\x4d\x18\x46\x9a\x50\x6c\x14\x71\x6a\x6a\x89\xc4\x1d\xad\xa3\x4b\x84\x13\x80\x7d\x22\x78\x25\x45\x65\xd9\x66\x62\x0a\xe6\x07\x94\xb5\xae\xaf\x56\x1a\x4d\x77\x0d\x46\x01\x45\x8e\x05\x80\x84\x71\x05\x0b\x83\x0a\x1f\x0e\x18\x3d\x16\x80\x13\xc6\x16\x2c\x0c\x2c\x7c\x38\x60\x04\x59\x00\x4e\x18\x5f\xb0\x30\xb8\xf0\xe1\xc0\x51\x64\x01\x3c\x51\x8c\xc1\xe2\x00\xc3\x47\x04\x46\x92\x05\x00\x85\x71\x06\x0b\x83\x8c\x00\x4e\xa1\x30\x93\xc3\x19\x4a\x22\x0e\x2d\x44\x4c\xc3\x11\x16\xc5\xa2\x34\x5e\x4a\x15\x04\x1e\x02\xa0\xd6\x68\x93\xc0\x5c\x6d\xb6\x82\x7a\xa7\x4a\x45\x75\xfd\xba\xd6\xa9\xae\x2d\x58\xdf\x10\x45\x6b\x8d\x28\xa8\x2d\x59\xda\xb0\x98\x85\x76\xf0\xc6\xee\x33\xaa\x65\xf4\x4a\x4b\x25\xc2\xd6\xab\x22\x91\xd8\x1c\xb9\xa6\x45\x98\xf4\x2c\x67\x38\x1c\x40\x05\x44\x40\x04\x0d\x17\xce\x99\x7a\xab\xdd\xf5\xf5\x76\x6b\xbd\x00\x2c\xec\xd8\xf6\x96\x69\x9d\x65\x02\x03\x09\x8a\x42\xab\xb5\x6a\x5a\x34\x5f\xa4\xa1\x11\xf6\x8e\xcf\x36\x19\x34\xce\xca\xa9\xa7\x0a\xe6\xd4\x6a\xbb\x9c\xb1\x22\x23\x4e\xc4\x49\x35\xed\x0c\xc2\x29\x2c\xc1\x9a\xe5\xd0\xde\xd8\x5d\x2e\x8d\xb2\xa5\x27\x67\x36\x4b\x7a\x7e\x4e\x63\xce\x84\x2e\x94\xc1\x38\x66\x49\xcc\x6d\x09\x60\xf1\xa4\x05\xa1\xe5\x47\xb9\xe1\x2f\x85\xa9\x40\xf8\xab\x76\x4a\x04\x6d\xa3\xd5\x2a\x10\xda\xb4\x8e\x46\x94\x2e\x57\xc9\x8f\x5a\x95\x06\xf1\x9d\x66\x85\xc5\x2c\x54\x9d\x68\x7d\x1e\xf5\x5c\xe4\xba\x03\x67\x94\x9e\x19\xd0\x10\x55\xf7\xc5\x17\x25\x30\xf0\xe5\xda\x36\x2c\x34\xf7\x3c\x25\x71\x6e\x59\x80\x39\xab\xf2\xec\x90\x77\xde\xac\x92\x38\x67\x94\x6b\x71\xb6\xec\x90\xc0\x52\xd7\x4b\x1d\x02\x98\xcc\x8b\x6a\xbb\xdc\xea\xfa\x86\x5e\xab\x86\x34\xf3\xb2\x37\xa0\x5d\xa0\xec\x95\x12\x98\x18\x65\x4c\x50\x8c\xce\xf9\xc8\xf5\x7a\xe7\x7c\xe4\xa3\x20\x7a\xa5\x8c\x96\x7b\xcc\x9d\x94\x49\x83\xb0\x90\xa5\x71\xc8\xe7\x34\x6a\xbc\x74\x9c\x0e\x4a\x90\x4e\xcb\x58\x30\x4b\x2f\xc2\x3e\xe9\xd7\x51\x38\xb1\x9d\x6d\x20\x1f\x64\x9f\xb2\xb2\xc0\x9a\x58\xec\xb3\x52\x43\xab\x97\xc9\xdf\xa6\xda\xf9\x0f\xda\x2a\x2b\x24\xb4\x98\x45\xec\x41\xcd\x16\xfc\xcb\xf1\x4c\xbb\xe7\x0e\x5e\x47\x39\xa3\x25\x1e\x52\x9b\x6d\xed\x86\x25\xac\xd0\x60\xf5\x52\xb3\xc3\x30\x58\x2e\xa7\xb2\x6b\xb4\x39\x3f\xaa\xe9\xd2\x0b\xd5\x78\x51\xdc\x28\x97\x38\x86\x2b\xd5\xeb\x44\x64\xab\x96\x4e\x33\x81\xa8\x44\x61\x9d\xf3\xe1\xc0\xb4\x17\xf0\xc0\x43\xbd\xfe\xc0\xcd\xe5\x97\xf9\x48\xa1\xac\x27\x03\xd9\xe8\x68\xc4\x9e\xed\x56\x93\x64\x21\xb5\x49\xe8\x75\x2d\x6d\x31\xb6\xcd\x58\xbe\xe4\xee\x8e\xac\xdc\x3a\x98\x3c\x93\x8d\x43\x2c\xb8\xa2\xd8\x03\xaf\x0d\x94\xa3\x1b\x4a\x64\x08\xc9\x38\x73\xf2\xe4\x49\xcf\xc1\x48\xc9\x14\x9c\x8d\x4e\x23\xcf\x28\xb4\xc2\xc0\xe9\x61\x64\xf6\xc1\xa6\x95\xd9\x97\x2e\x71\x61\xc9\x74\x6a\xb1\x25\xd3\x29\x92\x17\x1d\x3c\x17\xc4\xaf\xa3\x1b\x8c\x32\x36\x6f\x4d\x02\x80\x5a\xb3\x58\xc2\xcb\xe8\x44\xf5\xa0\xd6\xd4\x2a\x2d\x1d\x70\x97\xfc\x2c\x8b\xec\x9b\x5b\xb0\x67\x8c\x2b\x68\xf6\x80\x50\xa8\x79\xb5\x92\xae\xc9\x42\xa1\x06\x87\x1c\x55\x3c\xbf\x01\x03\x16\x9c\xca\x89\x4d\x82\x28\x62\x2e\x31\xa1\xe9\x2b\x80\x99\x66\x8c\x9f\x8b\xf7\x39\xf3\xc7\xb1\xbe\xc8\xc4\xa6\x96\x17\x21\xa0\x36\xcf\x41\xc8\x5b\x3d\x9b\x6f\x02\xa3\x69\xd5\x52\x3b\xf8\xab\xf2\xd2\x0c\xab\xbb\xa0\x57\x54\x12\xe1\x1b\xf5\xf5\xae\x6f\x34\x0d\x62\x35\x83\xc4\xa8\xa5\x3b\x0d\xba\x1e\xa8\xab\x96\x8a\xac\xaf\xdd\xc1\x68\xdb\x46\xbd\xb1\x89\xbd\x41\xb8\x66\x82\x57\xb3\x5c\xc2\xc2\xad\x80\x32\xed\xfa\xaa\xc4\x42\x1d\xb5\x53\x00\xf0\xd0\xb7\xbd\x81\x04\x5e\x1e\x9d\x74\xfd\x65\x24\xde\xf0\xbc\xdd\xc4\xdd\x58\xdb\x68\x9c\x6a\xbf\xb2\xfe\xca\x29\x70\x4b\x2e\xa6\x23\x82\xd4\xf6\xc9\x13\xc7\x56\x3b\x71\xab\x9d\xb8\xd5\x4e\xdc\x6a\x27\xee\x99\xee\xc4\xb1\xbb\x40\xab\x6d\xb4\xd5\x36\xda\x6a\x1b\x6d\xb5\x8d\x06\x2d\x95\x57\xbd\xe3\x94\xdc\x1f\xad\x77\xac\x97\x75\x52\x15\xd6\xaa\x4d\x42\x1f\x74\xf1\xcb\xa5\x72\xbc\x38\x28\x97\x1b\x4b\x6d\x3a\xea\x46\xb9\x49\x66\x54\x45\x4d\x8b\x02\xb3\x91\xed\x58\x26\x54\xce\x05\xcf\x97\xce\xd0\x5d\xbf\xd6\x69\x35\xbb\xbe\xb1\xae\x36\xd8\x7a\x33\xca\x87\xa1\x03\x66\x6c\x3a\xf0\x0c\xa0\xe5\xd7\x24\x0c\x80\x09\x8f\x84\x8b\x8b\x81\xeb\xe1\xc1\x96\xef\x21\xa8\x85\x93\x18\x15\xad\x46\x8a\x4c\x0f\xbe\x9e\xc9\x0e\x3c\x5d\xe1\x54\xdb\xc4\xc1\x0b\x75\xb2\x16\x63\x19\x1a\xe6\x82\x39\xf0\x7a\xe8\x3c\x1a\x41\x95\xf1\x12\x8b\x85\x52\xb0\xa9\xa0\xb6\x6b\x85\x11\xb9\xbb\xae\x87\x86\x21\xa6\xc1\xc8\x43\x78\x64\xda\x61\x33\x9a\xa0\x75\x33\x69\x3a\x24\x20\x43\x8b\x82\x8d\xdb\xa2\xca\xe6\xf1\xa6\xb2\x1c\x62\xda\x19\x1d\x5b\x4c\xc4\x31\xc1\x12\x88\xeb\x9a\x5a\x5a\x0e\x26\x76\x2e\x90\xa0\x72\x36\x40\xc1\xc4\x9a\xa2\x5a\x08\x2b\x6d\x67\x2d\x35\x05\x1c\xf6\xcb\x77\x96\x00\x66\x9b\x9e\xb5\xb3\x24\xb6\x80\x07\x13\x1e\x1d\x5d\x66\x62\x26\x8a\x91\x65\x60\xd2\xfa\x83\x05\x93\x8e\x72\x61\xc6\xd9\x13\x46\x01\x07\x3a\x16\x62\x5e\xfb\x55\x10\xe8\x16\x61\x99\x0f\x74\x4b\x1e\x82\x90\x89\x6d\x12\x80\x18\x71\x6e\x30\x44\xc1\xbb\x88\xd3\x90\x28\xce\x09\xe1\xca\x46\xb7\xa2\x98\xe7\x91\x8e\x81\x99\x1d\xe9\x44\x98\xf3\xf1\x6d\x5e\xf8\x16\x07\x9a\x89\x75\x0c\xb4\xec\x58\x27\x58\x86\xf2\x02\x5c\xe1\x79\xe0\xb0\x67\x00\x10\xec\xf8\xc8\x44\x11\xae\x28\xb8\x30\xda\x31\xf0\x31\xa2\x9d\xd8\x9b\xc4\x31\xae\x28\xd0\x30\xde\x31\x80\x32\xe2\x1d\x63\xf5\xc5\xc2\x24\x7f\x48\x22\x6a\xd8\x76\x5a\x8d\x68\x1f\x84\x73\x26\x64\xbd\x40\xdd\x97\x64\x99\x2c\x99\x93\x2c\xe9\xfe\x78\xf2\xd8\x47\xba\x7d\xae\x64\x8f\x99\xa0\x11\x3d\x51\x02\x95\xf4\x6c\x0a\x99\xd4\x56\x6d\x37\xdb\x6c\xa0\x5a\xa9\xb3\x1e\x3d\x61\x80\x4e\x54\xf8\x4c\xf8\x7d\x24\x82\x0f\x51\x70\x52\x9e\xf8\xc4\xcc\xea\xf8\xd1\x8f\x78\xfc\xa8\x79\xfc\x34\x59\xc4\x1b\x64\x96\x68\x81\x82\x95\x9a\x21\x61\x13\xce\xef\x42\x45\x9d\xad\x9e\x35\xf6\x7b\x63\x84\x2d\x94\x99\x3a\xe4\x39\xce\xf6\xdf\x5e\x7c\x21\xd5\x5a\x60\x0a\x00\xca\x98\x7a\x2b\x58\xc6\x56\x8c\xa8\x9a\xd0\x1a\x5a\x2d\xf3\x6b\xdd\x68\x47\x8b\x5f\xbd\xd1\x92\x3b\x1d\xca\x62\xac\xb5\x3a\x65\x19\xf6\x73\x4b\x0c\xd1\xd0\xc1\xbb\xa0\x31\xc2\x21\xdf\x35\xb7\xb9\x06\xe1\xe8\xc6\xb0\xcc\xcb\xed\x97\x83\x1d\xe4\xa5\x2d\x51\x84\x51\xa8\xf3\x10\x0d\x5d\xf2\x13\x50\xe5\x88\x5f\x66\x10\x54\x5b\x5e\x76\xae\x65\x3b\xb6\x82\xde\x45\x45\xef\xfa\x15\x95\x54\x40\x5a\xa5\x15\xfc\x55\x8b\x46\x80\x24\x2b\xfa\x73\x89\x1c\x4a\x4a\xb5\xb1\x69\x9d\x45\xa4\x1e\xcd\xf7\xc3\x0b\xa4\x75\x2a\x3e\x89\xbe\x98\x78\xc7\xcf\x55\xe9\x8e\x2f\x91\xae\x23\xb9\x79\x7b\x01\x85\x47\x45\x23\x29\xbd\x13\x74\x3d\x93\xd5\x65\xa9\xa6\xf1\xde\xc4\xd6\xae\x87\xd2\xf9\xa8\xe0\x41\x0d\xe0\xdd\x00\x07\x17\xe0\xb7\xc2\x7b\x25\xcc\x73\x19\xc0\xdb\x90\x14\x38\x37\x3a\xfc\x12\xb2\xc7\x30\x92\xf6\x97\x3b\x8d\xa1\x97\x35\xda\xd7\x53\xa3\xec\xa7\xb7\x2b\xb5\xae\xaf\xd7\xd4\x42\x67\x46\x25\xd9\x44\x01\x6e\x8c\x46\xa8\xdf\xb3\x7c\xec\x3a\xd8\x85\x76\xf9\xc6\x68\x14\x0d\xa7\x9d\x3d\x13\xe2\xe4\x04\xcf\xc9\xa1\x93\x06\xbc\xe3\xec\xcf\xea\x1c\xc2\xea\xc6\xcc\xea\xc6\x0c\x13\xda\xea\xc6\xcc\xea\xc6\xcc\xf3\x7c\x63\x66\x75\x21\x61\x75\x21\xe1\xe7\x79\x21\xe1\xbf\xeb\x74\xff\x73\x78\xa9\x62\xe9\x0b\x09\xc9\x09\x9f\xe4\x01\xb4\xb0\x8b\x6d\xea\x52\xb3\x00\x6c\xca\xa4\xa2\xd6\xca\xf5\x0e\x73\xf3\x27\x5e\xcb\x52\x13\x04\x5d\x6d\xd7\xb7\x2c\xe8\x1c\xa6\x6f\x59\xc8\x75\x0b\x54\x1b\x2c\x5c\x5a\xbd\x52\x22\xf5\x47\x19\x50\x95\x83\xeb\x8c\x39\x80\x0e\x36\x90\xc7\xc5\x82\xa0\xc8\xe0\xac\x57\x97\x2f\x40\x00\xdd\x16\xdf\xb2\x4a\x9a\x2b\xc9\x46\xa2\xf3\x06\x99\x2b\xde\xc2\x48\x4f\xf5\xcc\x53\xe9\x99\xce\xc7\xb5\xe8\x45\xfd\xd5\x51\xfa\xe7\xfc\x28\x7d\x72\xfd\x09\xbc\x76\xda\x53\x54\xd7\x6b\x74\x11\x4b\xd2\x50\xa9\x42\x9f\xcb\xac\x57\x37\x1a\x41\x93\x20\x48\xa8\x8c\xcb\x21\xf3\xce\x61\x81\x6e\x1f\xc9\x11\x6a\xa5\xc1\x2c\x27\x68\xfd\x10\x7b\x95\xef\x66\x36\x86\x82\xf1\x94\xfd\x5e\x6e\xb0\xde\x74\x7c\x4c\x4e\x49\x48\x67\xc8\x0d\xcf\xc3\xb1\x05\x53\x02\x39\xc9\xb5\x7a\x5b\x8f\x9b\x39\x55\x95\xe6\xcc\x60\x2b\x25\xf8\xb7\x5a\x69\xa6\x63\x88\xf9\x1b\x07\xf7\xce\x60\x84\x5e\x47\x3d\x0f\x0f\xb6\xb7\xe3\x43\x87\xd1\x54\x4a\x3e\xe3\x0a\x9f\x77\x36\x49\x8d\x63\x0f\x86\x03\x0f\x8e\x57\xc1\x50\xba\x46\x4b\x3c\x49\xc9\x48\xf7\x57\x57\x57\xfe\x94\xd5\x95\xbf\xd5\x95\xbf\xd5\x95\xbf\x67\x7b\xe5\x6f\x9e\x9e\x0a\xaf\x67\x35\x43\x33\xf8\x0c\x42\x55\xb6\x82\xf2\xcc\x32\xad\x1d\xaa\x4d\x6f\xb8\x95\x52\x28\x31\x2e\x19\xe8\x83\x93\xa5\x12\x92\xb1\x73\x81\x23\x37\x1e\x95\x4c\x6c\xac\x53\xad\x62\x1c\x63\xdb\x1c\x71\x80\xcc\x87\x65\x90\x34\x6d\x67\x5b\x91\x12\x1b\xac\x02\xd9\x62\xe7\xc3\x32\x62\xb7\x6c\xc7\x19\x2a\x67\x06\xb6\x87\xb0\x9c\xf8\xe0\x17\x3d\xfa\x0b\xfe\xeb\xcf\x90\xc9\xc0\xb1\x1d\xcb\x24\xff\x94\x83\x12\x51\x73\x60\xa4\x49\xd8\x09\x99\xeb\x34\x02\x07\xab\x1a\xad\xf8\x78\x81\xdc\xde\x3c\xe8\x66\x20\x1b\xc0\xd9\x76\x06\x5e\x0f\x13\xa5\xa4\xdc\x2d\xda\xac\x95\xf2\x37\x1e\x84\xb9\xd7\xc1\x00\x60\xbf\x63\x8b\x97\x72\x3c\x1e\xa0\x84\xfb\xc1\x88\x18\x0e\xc8\x82\x04\x79\x20\x4f\x7e\xc2\x0f\x61\xf9\x0c\x4f\x64\xc9\xe7\xb9\xa2\x60\x6e\x64\x1d\x92\x39\x45\x78\x2e\xc9\xc2\xc5\xf2\x49\x1e\xa6\x8c\x67\xc2\x78\x38\xbe\x99\x3b\x59\x21\x92\xcc\x77\xd1\xd4\xc1\xaa\x82\x5d\xa9\x9c\xa3\xf2\x98\x01\xee\x8a\xd1\xb9\x5e\x72\xa1\x25\x70\x57\x79\x6f\x95\xc0\x31\xf7\x59\x18\x05\xc3\x67\xa5\xfd\x43\x02\x42\xc2\x4b\x60\x0c\x2c\x2f\x29\xec\x24\x72\xef\x25\xeb\x2a\xcc\xd7\xc3\x75\x95\x42\x9e\x22\x01\x2c\xe3\x2f\x30\x28\x9e\xbf\x70\xdc\x85\x2d\x7e\x7e\x6e\x89\xdb\xe0\x88\xbf\xee\xdd\xdb\x78\xb5\xbd\xf9\xea\xd1\xf6\x2f\x73\xdf\x14\x68\xda\xbe\x4b\xde\xc8\xc6\x79\x84\xcf\x0f\xd0\x85\x24\xf3\xba\x6e\xe9\x5d\xdf\x38\x63\x56\xe7\xc7\x01\xce\xf4\xbb\xbe\x5e\xaf\x91\xe2\xbd\x6e\x49\xf5\x50\x9e\xc7\x6f\x0f\x9c\xf3\x11\xde\x95\xea\x52\x3d\x37\x17\xa8\xa9\x4a\xb2\x9d\xd7\x9f\xce\x47\x50\xa3\x2d\xa3\x9f\xfd\x79\x80\xf9\x01\x09\x99\x09\xf0\x13\xff\x24\x64\xa1\x4b\xb6\xcf\xcf\x05\xa1\x42\xbb\x2b\x32\xf7\x05\x36\x1a\xc7\x37\x37\x7e\xf5\x6b\x92\x36\xe8\xef\x36\x1a\xc7\xb1\xf3\xda\xae\x32\xbd\xf1\xfe\xe4\xf2\xcd\xd9\x67\x57\xa7\x1f\xdc\x39\xa4\xa4\xb5\x63\xd0\xe4\x13\x45\xd2\xef\x32\x3c\xa2\x87\x19\x2b\x86\xe0\x83\x14\x1b\xd9\x24\x6d\xd9\xe9\xde\x95\xd9\x9d\x8f\xf6\xbf\x7f\x6f\x72\xf9\xe6\xf4\xe3\xfb\xec\x93\x44\xb9\x16\xfa\xda\x5a\x02\xd4\x09\x08\xd4\x09\x2e\x28\xba\x2d\xcd\x43\xa5\x50\x12\xe5\x60\xef\xbb\xe9\xb7\x6f\x66\xd1\x45\xc7\xd7\x69\xf3\x9f\x92\xe6\x01\x26\x04\xd2\x0f\x09\x70\x05\x52\x12\x29\x81\xd0\x67\x09\x32\x02\xe9\x97\x26\xb8\x02\x29\x89\x94\x40\xe8\xbb\x15\x19\x81\xb6\x89\xb7\xb9\x0a\x4e\x6e\xdd\x91\x11\x15\xf0\xe1\x4a\xa2\xdf\xf4\xe0\xaa\x46\x49\xa4\x54\x83\xbe\x10\x92\x13\x78\xce\x47\x23\x8b\xff\xfa\x22\x22\x49\xa1\x94\x98\x2f\xd6\x76\x2e\xf0\x44\x4e\xdf\xfe\x4a\x4a\x96\xed\x5c\xe0\xca\xa1\x5f\x01\xe1\x2a\x47\x49\xa4\x54\x83\xbe\x29\x92\x11\x18\xdc\x95\x72\xb9\x73\xe5\xed\x07\xfb\x8f\x3e\x91\x11\x47\x79\xb1\x83\xc3\xe4\xde\x57\xd3\x77\xbf\x9b\xfd\x79\xef\xe0\xc9\x17\xd3\x0f\x6e\xe7\x03\x05\x44\xc0\x08\x1a\xf6\x00\x8d\x18\xf3\x2e\xc3\x25\x8b\xd9\xf2\x31\x0e\x6e\x37\xd2\x34\xd7\xa3\xac\xb8\x46\xa2\x24\x3d\xcb\x19\x8d\x50\x10\x06\x5d\x7a\x39\x02\x96\x1f\xc5\xf1\x3c\x0e\xe5\xb0\x12\xb2\x1a\x9a\xaf\x25\xd9\x65\x56\x90\x19\x69\xc1\x7e\x22\x78\x33\x61\xed\x85\xa4\x7d\xc3\xc4\xc1\xb6\x2f\x44\x00\xdb\xd7\x45\xf8\x3c\xc2\x8c\x69\x91\xe6\x22\xb2\x2f\x65\x25\x70\x6a\x42\x92\xd6\x58\x68\xde\x3c\x0c\xe5\xb0\xc2\xb3\x2b\x24\x45\xca\xae\x64\x6d\x31\xf9\xdd\xfb\x93\xef\xaf\x4d\xaf\x3f\x78\x7a\xfd\x6f\xc0\xc4\xfd\xfb\x5f\x27\x9f\x5f\x9a\xee\x5d\x99\x7e\x7e\x13\x26\x2f\x9e\xfb\xe6\x3c\xff\x72\x33\x9d\x01\x0f\x2e\x5e\x9f\x5e\x7f\x00\x3a\xa2\xe5\x04\x7f\xf2\x39\xf0\x9f\x3f\xb8\x05\xd2\x60\x4a\x76\x2a\x19\x8a\x64\x43\xe9\x30\x2f\x9b\x97\x11\x53\xb2\x53\x79\x51\x24\x1b\xca\x8c\x79\xd9\x63\x8c\xc6\x26\x26\x65\xee\xa8\xdf\x0b\x7f\x2f\x46\x42\x11\x4c\xae\x5c\x7d\x7a\xf1\x8d\xc9\xa5\x77\x26\xb7\x2e\x89\xd0\x40\x72\x80\x22\x33\x0f\x30\x9c\xa7\x63\xec\x58\xc8\x75\xe5\x21\xc6\x0e\x31\xb9\xf5\xd6\xec\xc3\x77\xe4\x6c\x06\x0b\x93\xc4\xc9\xce\xfd\xa9\x97\x98\xaa\x00\xc4\x80\xf2\x35\x00\x24\x9b\x57\x06\x64\xa4\xa7\x8a\x01\xb1\x7c\xa8\x1c\xc8\x23\xe0\x65\xea\x94\xfc\x54\xbe\x16\x49\x87\x32\x76\x5e\x36\x2f\x69\x27\x65\x27\x53\xb7\x48\x32\x94\xbc\x43\xc9\xd9\x45\xcc\xe4\x9d\xb7\x27\xdf\x7c\x9a\x8f\x82\xc0\x38\x1c\xf6\x9c\xad\x31\x21\xec\x61\x97\xa1\x44\xc4\xe9\xe0\xc9\x67\xb3\xbb\xef\x4d\x1e\x3e\x7c\xfa\xc7\x47\x94\xeb\xe4\xd6\x9d\xc9\xfd\x2b\x29\x35\x12\xdc\xc2\x5b\x8d\x69\x2d\xb6\x76\xa3\xf7\x04\x01\x90\x49\x35\x79\x18\xca\x61\x85\x72\x18\xa2\x21\x3d\x0d\x83\xfa\x3c\x50\xb2\xa9\x26\x92\xd8\x3c\x7e\x5a\xd9\x7f\xfc\x64\x76\xed\xee\xec\x83\x4b\x6c\x4b\x53\x60\x00\x35\xdf\xee\xd6\xd8\x97\x57\x3b\xcd\x1d\x54\x32\x8a\x1e\xf9\xdb\xb5\x3c\x1d\xa7\x9f\x5c\xda\x7f\xf4\x60\x72\xe5\xf6\xf4\xcb\xb7\xa6\x1f\xdf\x67\x6b\x09\x11\xf2\x15\x3c\xd3\x17\xd4\x0e\x69\x8e\xa0\x52\x67\xfa\x40\xfb\x6b\x0d\x52\x64\xf6\xfd\x93\xd9\xdd\xf7\xb8\x2a\xa4\x49\xf8\xe0\xbd\x1d\x8c\xcc\xbe\x94\x67\xc4\x6c\x41\x0d\x28\x23\x91\x16\x4f\xaf\xfd\xfe\x60\x6f\x6f\x7a\xfd\xf6\xe4\xc9\xf5\xbc\x02\xc9\xd1\xfd\x87\x7f\x92\xd2\x80\x8f\xbc\xbd\xb9\xb9\xb1\xa9\x24\x39\x82\xe0\x6d\x67\xbb\x87\x30\x76\xb0\x08\xff\xc1\x77\x7b\xb3\x6b\xdf\x1e\xdc\xbc\xcb\x29\xcb\x66\x77\x3e\x8a\xc9\xa6\x5f\xde\x3e\xd8\xfb\x8a\xe4\xcb\x8f\xef\x2b\xff\xf3\xf4\xd1\xa7\x07\xf7\x6e\xed\x3f\x7c\x7f\xf2\xc3\xc5\xc9\x87\x7b\xff\xfa\xe1\xb7\x93\xaf\xdf\x9c\x7e\x71\xe3\xe9\x8d\x8b\x07\x5f\xbf\x11\x3f\xa4\xff\x3d\xb8\xf7\x8f\xd9\xe3\x7b\x21\xc2\xc9\x15\xb2\x1c\x42\x23\x73\xcb\x46\x3d\xf4\x9a\x87\x4d\xe2\x07\x43\xe4\xed\x20\x9f\xf8\x3c\x31\xd0\xff\x7b\xd8\x47\xff\xcb\xb1\xd8\x8e\xb0\xfa\x4b\x42\x9f\x5c\x7d\xbc\xff\xf0\x1b\x0a\x3d\x65\x34\x34\xf2\xf0\x6e\xb8\x0a\xdb\x11\xb4\x3f\xe2\xe3\xa4\x62\xc1\xd4\x54\x4a\xfc\x0b\x2a\x47\x99\xfd\xe1\x2d\x01\x86\xf8\x17\x5c\x24\xd8\xf1\x85\x19\x74\x8e\x22\xa0\x96\x46\x10\x50\xf3\x17\x1d\xf4\x60\x7c\x01\xf3\x87\x33\xe7\xdd\x0f\x27\x97\xbf\x14\x88\x87\x4e\xdd\x67\x01\x78\x64\xe6\x48\xab\x1f\x50\x4b\xab\x1f\x50\x73\x56\xe2\xdf\x5c\x3f\xb8\xfc\x26\x18\xb1\x92\xf5\xc3\xec\xf1\xd5\xd9\xa3\x1b\xe1\xd2\xff\xdd\x4f\xe8\xa2\x26\xfe\x6d\xce\x79\x5e\x52\x7e\x54\xdf\x09\xd7\xc9\xfc\xfa\x38\x5a\x83\x47\xc5\xce\x5c\x75\xb0\x14\x22\xb5\x42\x2f\xcd\x58\x58\x4c\xc4\xe4\xee\xd8\x19\xb9\xac\x37\x9a\x00\x42\xe9\x0a\x21\xa1\x3f\x11\x42\x09\xab\x79\xae\x49\xe2\x65\x42\x11\x93\xa4\x19\xcb\xe3\xe0\x99\x24\x09\x44\xde\x24\x19\xd6\x10\x94\x7f\x07\x00\x00\xff\xff\x5c\xf4\xf6\x07\x9e\x79\x00\x00") func internalAssetsMetric_zh_cnYamlBytes() ([]byte, error) { return bindataRead( @@ -147,7 +147,7 @@ func internalAssetsMetric_zh_cnYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/metric_zh_CN.yaml", size: 31146, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/metric_zh_CN.yaml", size: 31134, mode: os.FileMode(420), modTime: time.Unix(1718780844, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -167,7 +167,7 @@ func internalAssetsReceiver_templatesDiscord_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/discord_config.yaml", size: 228, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/discord_config.yaml", size: 228, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -187,7 +187,7 @@ func internalAssetsReceiver_templatesEmail_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/email_config.yaml", size: 351, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/email_config.yaml", size: 351, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -207,7 +207,7 @@ func internalAssetsReceiver_templatesMsteams_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/msteams_config.yaml", size: 197, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/msteams_config.yaml", size: 197, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -227,7 +227,7 @@ func internalAssetsReceiver_templatesOpsgenie_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/opsgenie_config.yaml", size: 774, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/opsgenie_config.yaml", size: 774, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -247,7 +247,7 @@ func internalAssetsReceiver_templatesPagerduty_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/pagerduty_config.yaml", size: 1065, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/pagerduty_config.yaml", size: 1065, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -267,7 +267,7 @@ func internalAssetsReceiver_templatesPushover_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/pushover_config.yaml", size: 940, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/pushover_config.yaml", size: 940, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -287,7 +287,7 @@ func internalAssetsReceiver_templatesSlack_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/slack_config.yaml", size: 254, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/slack_config.yaml", size: 254, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -307,7 +307,7 @@ func internalAssetsReceiver_templatesSns_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/sns_config.yaml", size: 477, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/sns_config.yaml", size: 477, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -327,7 +327,7 @@ func internalAssetsReceiver_templatesTelegram_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/telegram_config.yaml", size: 441, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/telegram_config.yaml", size: 441, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -347,7 +347,7 @@ func internalAssetsReceiver_templatesVictorops_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/victorops_config.yaml", size: 534, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/victorops_config.yaml", size: 534, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -367,7 +367,7 @@ func internalAssetsReceiver_templatesWebex_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/webex_config.yaml", size: 313, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/webex_config.yaml", size: 313, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -387,7 +387,7 @@ func internalAssetsReceiver_templatesWebhook_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/webhook_config.yaml", size: 183, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/webhook_config.yaml", size: 183, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -407,7 +407,7 @@ func internalAssetsReceiver_templatesWechat_configYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "internal/assets/receiver_templates/wechat_config.yaml", size: 491, mode: os.FileMode(420), modTime: time.Unix(1717678285, 0)} + info := bindataFileInfo{name: "internal/assets/receiver_templates/wechat_config.yaml", size: 491, mode: os.FileMode(420), modTime: time.Unix(1717646434, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -486,13 +486,11 @@ var _bindata = map[string]func() (*asset, error){ // directory embedded in the file by go-bindata. // For example if you run go-bindata on data/... and data contains the // following hierarchy: -// -// data/ -// foo.txt -// img/ -// a.png -// b.png -// +// data/ +// foo.txt +// img/ +// a.png +// b.png // then AssetDir("data") would return []string{"foo.txt", "img"} // AssetDir("data/img") would return []string{"a.png", "b.png"} // AssetDir("foo.txt") and AssetDir("notexist") would return an error diff --git a/internal/dashboard/generated/swagger/docs.go b/internal/dashboard/generated/swagger/docs.go index bf0febd5d..834a8019a 100644 --- a/internal/dashboard/generated/swagger/docs.go +++ b/internal/dashboard/generated/swagger/docs.go @@ -5739,6 +5739,7 @@ const docTemplate = `{ "resource", "service", "serviceIp", + "serviceType", "status" ], "properties": { @@ -5787,6 +5788,9 @@ const docTemplate = `{ "serviceIp": { "type": "string" }, + "serviceType": { + "type": "string" + }, "status": { "type": "string", "enum": [ @@ -5807,6 +5811,7 @@ const docTemplate = `{ "proxyClusterName", "replicas", "serviceIp", + "serviceType", "status" ], "properties": { @@ -5834,6 +5839,9 @@ const docTemplate = `{ "serviceIp": { "type": "string" }, + "serviceType": { + "type": "string" + }, "status": { "type": "string", "enum": [ @@ -7074,6 +7082,13 @@ const docTemplate = `{ }, "response.K8sService": { "type": "object", + "required": [ + "clusterIP", + "name", + "namespace", + "ports", + "type" + ], "properties": { "clusterIP": { "type": "string" @@ -7100,10 +7115,17 @@ const docTemplate = `{ }, "response.K8sServicePort": { "type": "object", + "required": [ + "port", + "targetPort" + ], "properties": { "name": { "type": "string" }, + "nodePort": { + "type": "integer" + }, "port": { "type": "integer" }, diff --git a/internal/dashboard/generated/swagger/swagger.json b/internal/dashboard/generated/swagger/swagger.json index 20bae178d..07c8c7ad9 100644 --- a/internal/dashboard/generated/swagger/swagger.json +++ b/internal/dashboard/generated/swagger/swagger.json @@ -5732,6 +5732,7 @@ "resource", "service", "serviceIp", + "serviceType", "status" ], "properties": { @@ -5780,6 +5781,9 @@ "serviceIp": { "type": "string" }, + "serviceType": { + "type": "string" + }, "status": { "type": "string", "enum": [ @@ -5800,6 +5804,7 @@ "proxyClusterName", "replicas", "serviceIp", + "serviceType", "status" ], "properties": { @@ -5827,6 +5832,9 @@ "serviceIp": { "type": "string" }, + "serviceType": { + "type": "string" + }, "status": { "type": "string", "enum": [ @@ -7067,6 +7075,13 @@ }, "response.K8sService": { "type": "object", + "required": [ + "clusterIP", + "name", + "namespace", + "ports", + "type" + ], "properties": { "clusterIP": { "type": "string" @@ -7093,10 +7108,17 @@ }, "response.K8sServicePort": { "type": "object", + "required": [ + "port", + "targetPort" + ], "properties": { "name": { "type": "string" }, + "nodePort": { + "type": "integer" + }, "port": { "type": "integer" }, diff --git a/internal/dashboard/generated/swagger/swagger.yaml b/internal/dashboard/generated/swagger/swagger.yaml index 9d9b5adce..6c195d220 100644 --- a/internal/dashboard/generated/swagger/swagger.yaml +++ b/internal/dashboard/generated/swagger/swagger.yaml @@ -484,6 +484,8 @@ definitions: $ref: '#/definitions/response.K8sService' serviceIp: type: string + serviceType: + type: string status: enum: - Running @@ -503,6 +505,7 @@ definitions: - resource - service - serviceIp + - serviceType - status type: object obproxy.OBProxyOverview: @@ -523,6 +526,8 @@ definitions: type: integer serviceIp: type: string + serviceType: + type: string status: enum: - Running @@ -537,6 +542,7 @@ definitions: - proxyClusterName - replicas - serviceIp + - serviceType - status type: object obproxy.PatchOBProxyParam: @@ -1422,15 +1428,26 @@ definitions: type: array type: type: string + required: + - clusterIP + - name + - namespace + - ports + - type type: object response.K8sServicePort: properties: name: type: string + nodePort: + type: integer port: type: integer targetPort: type: integer + required: + - port + - targetPort type: object response.Metric: properties: diff --git a/internal/dashboard/model/obproxy/response.go b/internal/dashboard/model/obproxy/response.go index f2fb4b673..e90a00d80 100644 --- a/internal/dashboard/model/obproxy/response.go +++ b/internal/dashboard/model/obproxy/response.go @@ -34,6 +34,7 @@ type OBProxyOverview struct { ProxyClusterName string `json:"proxyClusterName" binding:"required"` Image string `json:"image" binding:"required"` Replicas int32 `json:"replicas" binding:"required"` + ServiceType string `json:"serviceType" binding:"required"` ServiceIP string `json:"serviceIp" binding:"required"` CreationTime int64 `json:"creationTime" binding:"required"` Status string `json:"status" binding:"required" enums:"Running,Pending"` diff --git a/internal/dashboard/model/response/k8s.go b/internal/dashboard/model/response/k8s.go index d0d477770..bcc798720 100644 --- a/internal/dashboard/model/response/k8s.go +++ b/internal/dashboard/model/response/k8s.go @@ -99,16 +99,17 @@ type ContainerInfo struct { } type K8sService struct { - Name string `json:"name"` - Namespace string `json:"namespace"` - Type string `json:"type"` - ClusterIP string `json:"clusterIP"` + Name string `json:"name" binding:"required"` + Namespace string `json:"namespace" binding:"required"` + Type string `json:"type" binding:"required"` + ClusterIP string `json:"clusterIP" binding:"required"` ExternalIP string `json:"externalIP"` - Ports []K8sServicePort `json:"ports"` + Ports []K8sServicePort `json:"ports" binding:"required"` } type K8sServicePort struct { Name string `json:"name,omitempty"` - Port int32 `json:"port"` - TargetPort int32 `json:"targetPort"` + Port int32 `json:"port" binding:"required"` + TargetPort int32 `json:"targetPort" binding:"required"` + NodePort int32 `json:"nodePort,omitempty"` }