Dear developers;
In the readme, you mentioned "To add Prometheus exposition to an existing HTTP server, see the MetricsHandler class which provides a BaseHTTPRequestHandler. It also serves as a simple example of how to write a custom endpoint."
I have difficulty implementing this. I am running a Prometheus docker on my machine on a dedicated port. How can I send logs to it? I couldn't find any example.