summaryrefslogtreecommitdiffstats
path: root/tools/collectors/cadvisor/__init__.py
diff options
context:
space:
mode:
authorSridhar Rao <sridhar.rao@spirent.com>2020-02-26 06:35:13 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-02-26 06:35:13 +0000
commit25dd9cb7f3b70456683d3e6422fe8e50534c3713 (patch)
tree5fb413f7bf47795697fe93c0abb25d904bd6ae45 /tools/collectors/cadvisor/__init__.py
parentf3abab212ef37c9d0f2b65a091e39af6e8f9d70e (diff)
parentfcc0d3cb73add2e48f2919db6b51d47c2983bb0c (diff)
Merge "Support: Container Metrics collection and Visualization"
Diffstat (limited to 'tools/collectors/cadvisor/__init__.py')
-rwxr-xr-xtools/collectors/cadvisor/__init__.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/collectors/cadvisor/__init__.py b/tools/collectors/cadvisor/__init__.py
new file mode 100755
index 00000000..235ab875
--- /dev/null
+++ b/tools/collectors/cadvisor/__init__.py
@@ -0,0 +1,17 @@
+# Copyright 2020 University Of Delhi.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+"""
+Wrapper for cAdvisor as a collector
+"""