We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e1113 commit 1cc670dCopy full SHA for 1cc670d
examples/get_data_datasource.py
@@ -1,10 +1,7 @@
1
#!/usr/bin/env python
2
#
3
-# This script shows the basics of getting data out of Sysdig Cloud by crating a
4
-# very simple request that has no filter an no segmentation.
5
-#
6
-# The request queries for the average CPU across all of the instrumented hosts for
7
-# the last 10 minutes, with 1 minute data granularity
+# This script shows the use of the datasource_type argument in the get_data request,
+# by providing a few clarifying examples
8
9
10
import sys
0 commit comments