(sumologic-appender url options)
Log some data to SumoLogic. Takes the following arguments:
url -- The URL to hit to submit the log (required) statement options -- A map containing the following optional keys:
:max-duration -- The longest we will take to do all (default 30000) our retries :max-retries -- The maximum number of times we will (default 10) retry :randomize-numerator -- A seed for a randomly (default 50) generated number divided into 100 that gets added to the retry duration :multiplier-base -- Initial delay to be added to (default 500) the randomized one :multiplier-factor -- Number to multiply the previous (default 1.5) number by on every retry :http-client-options -- A map of options to send to the http-kit client
Log some data to SumoLogic. Takes the following arguments: url -- The URL to hit to submit the log (required) statement options -- A map containing the following optional keys: :max-duration -- The longest we will take to do all (default 30000) our retries :max-retries -- The maximum number of times we will (default 10) retry :randomize-numerator -- A seed for a randomly (default 50) generated number divided into 100 that gets added to the retry duration :multiplier-base -- Initial delay to be added to (default 500) the randomized one :multiplier-factor -- Number to multiply the previous (default 1.5) number by on every retry :http-client-options -- A map of options to send to the http-kit client
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close