Liking cljdoc? Tell your friends :D

grafana-simple-json-datasource.client

Client library to the Grafana Simple JSON Datasource API format.

Client library to the [Grafana Simple JSON Datasource](https://grafana.com/grafana/plugins/grafana-simple-json-datasource) API format.
raw docstring

annotationsclj

(annotations conn target from to)
source

content-levelclj

Level of content returned for API response calls. Valid values:

  • ::http-client: raw response from clj-http.client, good for debugging
  • ::body: HTTP body parsing into a clojure data structure
  • ::best: only the most sensible data for each endpoint (default)
Level of content returned for API response calls.
Valid values:
- `::http-client`: raw response from `clj-http.client`, good for debugging
- `::body`: HTTP body parsing into a clojure data structure
- `::best`: only the most sensible data for each endpoint (default)
sourceraw docstring

convert-resultclj

If true, parse convert the results into more clojuresque data structures. Time series are converted into maps, their timestamps converted into inst and scalar values parsed.

Default value is true.

Gets ignored if content-level is ::http-client

If true, parse convert the results into more clojuresque data structures.
Time series are converted into maps, their timestamps converted into inst and scalar values parsed.

Default value is true.

Gets ignored if [[content-level]] is `::http-client`
sourceraw docstring

pingclj

(ping conn)
source

queryclj

(query conn targets from to & {:keys [interval limit]})
source

(search conn & {:keys [target]})
source

tag-keysclj

(tag-keys conn)
source

tag-valuesclj

(tag-values conn target)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close