soheilhy / cmux

Connection multiplexer for GoLang: serve different services on the same port!
Apache License 2.0
2.53k stars 197 forks source link

metrics for mux usage #102

Open andybrown668 opened 3 months ago

andybrown668 commented 3 months ago

many thanks for this mux - extremely useful and bulletproof.

I have a framework that muxes grpc and http over plaintext and TLS. I'd like to add prometheus metrics to count the number of incoming connections on each mux but I can't figure out where to add that. Can anyone steer me in the right direction?