Agents: getting started
Python
Running your first Kensu Pandas program
2min
Assuming you downloaded the code as explained here, now run the script script_with_kensu.py
The code is below. To run it, you don't need to change the configuration file that you downloaded. The conf.ini file is configured with the default settings. The default settings write the data to the Kensu cloud, i.e., APIReporter.
In other words, the config file has all the [kensu.reporter] items commented out:
ini
|
Run the program like this: python script_with_kensu.py
Python
|
The three DataFrames were merged. The data is written to the Kensu cloud by the pd.merge() function.
You need to be logged into the Kensu dashboard to see the data.


Updated 03 Mar 2023
Did this page help you?