def post_metrics()

in docker-image/locust-tasks/tasks.py [0:0]


    def post_metrics(self):
        self.client.post(
            "/metrics", {"deviceid": self._deviceid, "timestamp": datetime.now()})