Vladimir Buyanov
Vladimir Buyanov
Hello. This fix for realIP logic. We should check for trusting not real IP, but RemoteIP, who sends the request. For example, we have a client - 1.1.1.1 and LB...
Hello. I'm proposing to add several helper functions to make working with timers more convenient. I haven’t brought this up on the mailing list yet, but I’d like to hear...
Hello. While working on https://github.com/prometheus/client_golang/pull/1854 I ran into a few typing issues that got in the way: 1. Most types like `Counter`, `Gauge`, `Histogram`, and `Summary` have both an interface...