All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grafana_5.2.4.grafana_target_body_template.json Maven / Gradle / Ivy

There is a newer version: 3.0.0-beta
Show newest version
{
	"groupBy": [{
			"params": [
				"$__interval"
			],
			"type": "time"
		}, {
			"params": [
				"null"
			],
			"type": "fill"
		}
	],
	"measurement": "${measurement_name}",
	"orderByTime": "ASC",
	"policy": "default",
	"refId": "${refid}",
	"resultFormat": "time_series",
	"select": [
		[{
				"params": [
					"value"
				],
				"type": "field"
			}, {
				"params": [],
				"type": "${select_type}"
			}
		]
	],
          "tags": [
			${tags}
          ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy