Skip to content

Commit

Permalink
chore: update engine template cue
Browse files Browse the repository at this point in the history
  • Loading branch information
kubeJocker committed Oct 24, 2023
1 parent b8526d3 commit 6cabe8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions controllers/monitor/builder/cue/engine/engine_template.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@ logItem: {
include:[...string]
}


parameters: {
cluster_name: string
component_name: string
container_name: string
metrics: {
enabled: *true | bool
collection_interval: *"30s" | string
enabled_metrics?: [...string]
enabled_metrics: [...string]
}
logs: {
enabled: *true | bool
logs_collector?: [...logItem]
logs_collector: [...logItem]
}
}

Expand Down

0 comments on commit 6cabe8d

Please sign in to comment.