Skip to main content

HTTP JSON

Overview

This input plugin provides the ability to fetch Circonus HTTPTrap stream tag and structured format metrics and forward them to a Circonus Unified Agent check.

Configuration

IRONdb example:

[[inputs.circ_http_json]]
instance_id = "idb_stats"
url = "http://127.0.0.1:8112/stats.json?format=tagged"

[[inputs.circ_http_json]]
instance_id = "idb_mtev"
url = "http://127.0.0.1:8112/mtev/stats.json?format=tagged"

Note the addition of ?format=tagged use for these endpoints to ensure stream tagged, structured metric format.