def _record_metric()

in fluentmetrics/metric.py [0:0]


    def _record_metric(self, metric_data):
        logger.debug('log: {}'.format(metric_data))
        if metric_data:
            self.client.put_metric_data(
                Namespace=self.namespace,
                MetricData=metric_data,
            )