Liking cljdoc? Tell your friends :D

magnet.dashboard-manager.grafana


bad-gatewayclj

502 Bad gateway The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.

502 Bad gateway The server, while acting as a gateway or proxy,
received an invalid response from the upstream server it accessed in
attempting to fulfill the request.
sourceraw docstring

default-backoff-msclj

source

default-initial-delayclj

Initial delay for retries, specified in milliseconds.

Initial delay for retries, specified in milliseconds.
sourceraw docstring

default-max-delayclj

Maximun delay for a connection retry, specified in milliseconds. We are using truncated binary exponential backoff, with max-delay as the ceiling for the retry delay.

Maximun delay for a connection retry, specified in milliseconds. We
are using truncated binary exponential backoff, with `max-delay` as
the ceiling for the retry delay.
sourceraw docstring

default-max-retriesclj

Default limit of attempts for grafana request.

Default limit of attempts for grafana request.
sourceraw docstring

default-timeoutclj

Default timeout value for an connection attempt with grafana.

Default timeout value for an connection attempt with grafana.
sourceraw docstring

do-requestclj

(do-request {:keys [uri credentials timeout max-retries backoff-ms]} req-args)
source

gateway-timeoutclj

504 Gateway timeout The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary server (e.g. DNS) it needed to access in attempting to complete the request.

504 Gateway timeout The server, while acting as a gateway or proxy,
did not receive a timely response from the upstream server specified
by the URI (e.g. HTTP, FTP, LDAP) or some other auxiliary
server (e.g. DNS) it needed to access in attempting to complete the
request.
sourceraw docstring

gf-add-org-userclj

(gf-add-org-user gf-record org-id login-name role)
source

gf-create-datasourceclj

(gf-create-datasource gf-record data)
source

gf-create-orgclj

(gf-create-org gf-record org-name)
source

gf-create-userclj

(gf-create-user gf-record user-data)
source

gf-delete-datasourceclj

(gf-delete-datasource gf-record id)
source

gf-delete-orgclj

(gf-delete-org gf-record org-id)
source

gf-delete-org-userclj

(gf-delete-org-user gf-record org-id user-id)
source

gf-delete-userclj

(gf-delete-user gf-record user-id)
source

gf-get-current-dashboardsclj

(gf-get-current-dashboards gf-record)
source

gf-get-current-ds-panelsclj

(gf-get-current-ds-panels gf-record dashboard-uid)
source

gf-get-current-org-panelsclj

(gf-get-current-org-panels gf-record)
source

gf-get-datasourceclj

(gf-get-datasource gf-record id)
source

gf-get-datasourcesclj

(gf-get-datasources gf-record)
source

gf-get-org-usersclj

(gf-get-org-users gf-record org-id)
source

gf-get-orgsclj

(gf-get-orgs gf-record)
source

gf-get-userclj

(gf-get-user gf-record login-name)
source

gf-get-user-orgsclj

(gf-get-user-orgs gf-record user-id)
source

gf-update-datasourceclj

(gf-update-datasource gf-record id changes)
source

gf-update-orgclj

(gf-update-org gf-record org-id new-org-name)
source

gf-update-userclj

(gf-update-user gf-record id changes)
source

switch-orgclj

(switch-org gf-record org-id)
source

with-orgclj

(with-org gf-record org-id f & args)
source

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

× close