Skip to content

Commit 1cc670d

Browse files
documentation
1 parent 95e1113 commit 1cc670d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/get_data_datasource.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#!/usr/bin/env python
22
#
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
3+
# This script shows the use of the datasource_type argument in the get_data request,
4+
# by providing a few clarifying examples
85
#
96

107
import sys

0 commit comments

Comments
 (0)