From a318f149d950d5b0b02ee5711477378592612b70 Mon Sep 17 00:00:00 2001 From: hanguobiao Date: Tue, 10 Oct 2023 13:09:03 +0800 Subject: [PATCH] fix: add license header --- .../builder/cue/processor/processors.cue | 17 +++++++++++++++++ .../cue/receiver/resource_attributes.cue | 17 +++++++++++++++++ .../monitor/builder/cue/service/service.cue | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/controllers/monitor/builder/cue/processor/processors.cue b/controllers/monitor/builder/cue/processor/processors.cue index 37cfe2b34dcf..08e6ba105b76 100644 --- a/controllers/monitor/builder/cue/processor/processors.cue +++ b/controllers/monitor/builder/cue/processor/processors.cue @@ -1,3 +1,20 @@ +// Copyright (C) 2022-2023 ApeCloud Co., Ltd +// +// This file is part of KubeBlocks project +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + output: memory_limiter:{ limit_mib: 512 diff --git a/controllers/monitor/builder/cue/receiver/resource_attributes.cue b/controllers/monitor/builder/cue/receiver/resource_attributes.cue index 416eb49d7024..a752389b86c9 100644 --- a/controllers/monitor/builder/cue/receiver/resource_attributes.cue +++ b/controllers/monitor/builder/cue/receiver/resource_attributes.cue @@ -1,3 +1,20 @@ +// Copyright (C) 2022-2023 ApeCloud Co., Ltd +// +// This file is part of KubeBlocks project +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + output: resource_attributes: pod: { diff --git a/controllers/monitor/builder/cue/service/service.cue b/controllers/monitor/builder/cue/service/service.cue index b855d7a55d6c..0f4323828682 100644 --- a/controllers/monitor/builder/cue/service/service.cue +++ b/controllers/monitor/builder/cue/service/service.cue @@ -1,3 +1,20 @@ +// Copyright (C) 2022-2023 ApeCloud Co., Ltd +// +// This file is part of KubeBlocks project +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + parameters: { logLevel: *"debug" | string metricsPort: *6668 | int