Read the json_msg from the http request body and return them as JSON.
Parameters: | req – HTTP request object. |
---|---|
Returns: | Returns the metrics as a JSON object. |
Raises falcon.HTTPBadRequest: | |
Bases: monasca_log_api.reference.common.log_publisher.LogPublisher
BulkProcessor for effective log processing and publishing.
BulkProcessor is customized version of monasca_log_api.reference.common.log_publisher.LogPublisher that utilizes processing of bulk request inside single loop.