⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Component
Name: fc3
Provider:
- 阿里云
Version: 0.1.12
Version: 0.1.13
Description: 阿里云函数计算全生命周期管理
HomePage: https://github.com/devsapp/fc3
Organization: 阿里云函数计算(FC)
Expand Down
1 change: 1 addition & 0 deletions src/interface/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export interface ILogConfig {
logstore: string;
enableInstanceMetrics?: boolean;
enableRequestMetrics?: boolean;
enableLlmMetrics?: boolean;
logBeginRule?: 'DefaultRegex' | 'None';
}

Expand Down
3 changes: 3 additions & 0 deletions src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,9 @@
"enableInstanceMetrics": {
"type": "boolean"
},
"enableLlmMetrics": {
"type": "boolean"
},
"enableRequestMetrics": {
"type": "boolean"
},
Expand Down
Loading