-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublish.yaml
55 lines (54 loc) · 1.08 KB
/
publish.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Type: Component
Name: fc-metrics
Provider:
- 阿里云
Version: 0.1.9
Description: 函数计算Metrics组件
HomePage: https://github.com/devsapp/fc-metrics
Tags: #标签详情
- 指标
- 可观测性
- 数据表
- 图表
Category: 基础云服务
Commands:
metrics: 获取metrics组件展示
Service:
函数计算:
Authorities:
- 指标查询相关权限
Properties:
region:
Description: 地域
Required: true
Type:
- Enum:
- cn-beijing
- cn-hangzhou
- cn-shanghai
- cn-qingdao
- cn-zhangjiakou
- cn-huhehaote
- cn-shenzhen
- cn-chengdu
- cn-hongkong
- ap-southeast-1
- ap-southeast-2
- ap-southeast-3
- ap-southeast-5
- ap-northeast-1
- eu-central-1
- eu-west-1
- us-west-1
- us-east-1
- ap-south-1
serviceName:
Description: 服务名
Required: true
Type:
- String
functionName:
Description: 函数名
Required: true
Type:
- String