mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* fn: prometheus collector concurrent map access *) Added mutex to guard against concurrent access to maps * fn: prometheus collector method receivers should be ptr * fn: prometheus collector concurrent map access *) Moved the mutex into getHistogramVec()