(collector)
(collector opts)
(collector async-client opts)
Returns a channel that accepts metric data, transforms it to AWS MetricDatums, batches them, builds AWS PutMetricDataRequests and periodically sends them to AWS CloudWatch using the provided client (or the defaultClient if not provided). Non-conforming metric data will be dropped. opts are
:namespace - AWS Cloudwatch Metrics Namespace :batch-size - number of datums to batch before sending :timeout - time to wait before sending partial batch :buffer - a core.async buffer to use on the input channel
Returns a channel that accepts metric data, transforms it to AWS MetricDatums, batches them, builds AWS PutMetricDataRequests and periodically sends them to AWS CloudWatch using the provided client (or the defaultClient if not provided). Non-conforming metric data will be dropped. opts are :namespace - AWS Cloudwatch Metrics Namespace :batch-size - number of datums to batch before sending :timeout - time to wait before sending partial batch :buffer - a core.async buffer to use on the input channel
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close