|
@ -60,6 +60,7 @@ class Collector: |
|
|
status_code=200, |
|
|
status_code=200, |
|
|
headers=self.store[host]['headers']) |
|
|
headers=self.store[host]['headers']) |
|
|
else: |
|
|
else: |
|
|
|
|
|
print(f"cannot find {host}") |
|
|
return Response(status_code=404) |
|
|
return Response(status_code=404) |
|
|
|
|
|
|
|
|
@self.app.post("/metrics") |
|
|
@self.app.post("/metrics") |
|
|