Skip to content

Commit 2f32348

Browse files
authored
Merge pull request #136 from devsapp/add-logConfig
add enableLlmMetrics in logConfig
2 parents df2d6bc + 542b07d commit 2f32348

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Component
33
Name: fc3
44
Provider:
55
- 阿里云
6-
Version: 0.1.12
6+
Version: 0.1.13
77
Description: 阿里云函数计算全生命周期管理
88
HomePage: https://github.com/devsapp/fc3
99
Organization: 阿里云函数计算(FC)

src/interface/function.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export interface ILogConfig {
7171
logstore: string;
7272
enableInstanceMetrics?: boolean;
7373
enableRequestMetrics?: boolean;
74+
enableLlmMetrics?: boolean;
7475
logBeginRule?: 'DefaultRegex' | 'None';
7576
}
7677

src/schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,9 @@
530530
"enableInstanceMetrics": {
531531
"type": "boolean"
532532
},
533+
"enableLlmMetrics": {
534+
"type": "boolean"
535+
},
533536
"enableRequestMetrics": {
534537
"type": "boolean"
535538
},

0 commit comments

Comments
 (0)