Imports of package promlog

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-kit/logPackage log provides a structured logger.
github.com/go-kit/log/levelPackage level implements leveled logging on top of Go kit's log package.
osPackage os provides a platform-independent interface to operating system functionality.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.