We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df2d6bc + 542b07d commit 2f32348Copy full SHA for 2f32348
3 files changed
publish.yaml
@@ -3,7 +3,7 @@ Type: Component
3
Name: fc3
4
Provider:
5
- 阿里云
6
-Version: 0.1.12
+Version: 0.1.13
7
Description: 阿里云函数计算全生命周期管理
8
HomePage: https://github.com/devsapp/fc3
9
Organization: 阿里云函数计算(FC)
src/interface/function.ts
@@ -71,6 +71,7 @@ export interface ILogConfig {
71
logstore: string;
72
enableInstanceMetrics?: boolean;
73
enableRequestMetrics?: boolean;
74
+ enableLlmMetrics?: boolean;
75
logBeginRule?: 'DefaultRegex' | 'None';
76
}
77
src/schema.json
@@ -530,6 +530,9 @@
530
"enableInstanceMetrics": {
531
"type": "boolean"
532
},
533
+ "enableLlmMetrics": {
534
+ "type": "boolean"
535
+ },
536
"enableRequestMetrics": {
537
538
0 commit comments