module
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Oct 28, 2022
License: Apache-2.0
Opens a new window with license information.
README
¶
golang-apm
go get github.com/middleware-labs/golang-apm
import (
track "github.com/middleware-labs/golang-apm/tracker"
"github.com/middleware-labs/golang-apm/logger"
)
func main() {
track.Track(
track.WithConfigTag("service", "your service name"),
track.WithConfigTag("projectName", "your project name"),
)
logger.Error("Error")
logger.Info("Info")
logger.Warn("Warn")
}
Directories
¶
Click to show internal directories.
Click to hide internal directories.