Add Configuration

When the meter plugin is deployed, the Plugin Manager provides plugin configuration information that was defined in the Plugin Configuration dialog in a file named param.json. We add a param.json file so we can test the plugin from the command line.

Details on the contents of param.json is described in Parameters

Adding metrics.json

Add the param.json file to your repository by the running the following:

$ git checkout step4

View Contents Of param.json

$ cat param.json
{
  "source": "MeterPluginTutorial",
  "interval": 10
}