monasca-agent/docs
Donagh McCabe a72f907eef Add json_plugin: simple way to post metrics to Monasca
This patch adds a plugin that reads metrics from JSON files. This
makes it very easy to integrate with Monasca -- instead of writing
a new plugin, simply write your metrics to a file.

The advantage of this mechanism is that:
- It's simple and easy to understand
- It is asynchronous with Monasca Agent. There are two technical
  advantages to this:
    - Your check does not need to run at same frequency as
      the agent.
    - If your check blocks, this does not affect other checks
      in the agent because the agent is not blocked.
- You can create the metrics as a side effect of doing other
  stuff. For example, a server process can write the JSON
  file while it is processing requests. With the normal plugin
  architecture, you need to write code that talks to your
  server process to access the metrics.
- You can write the check code in any language.

Change-Id: I1e998fa677e16cc04d46edd46d0e6433131825e7
2016-12-09 14:04:02 +00:00
..
DeveloperDocs Add prefix "$" for command examples 2016-09-29 15:07:41 +09:00
Agent.md Merge "process.py detection plugin that accepts JSON string or YAML config" 2016-11-14 12:50:54 +00:00
Customizations.md Change last of the URLs from stackforge to openstack 2015-12-10 14:39:12 -07:00
index.md Add prefix "$" for command examples 2016-09-29 15:07:41 +09:00
Libvirt.md Expand libvirt and ovs plugins to publish entity names 2016-11-01 08:42:08 -06:00
monasca-agent_arch.png Docs to describe customizations. Added readthedocs config 2015-04-28 15:03:40 -06:00
MonascaMetrics.md Add prefix "$" for command examples 2016-09-29 15:07:41 +09:00
Ovs.md Expand libvirt and ovs plugins to publish entity names 2016-11-01 08:42:08 -06:00
Plugins.md Add json_plugin: simple way to post metrics to Monasca 2016-12-09 14:04:02 +00:00