modulepackage
0.1.0
Repository: https://github.com/softcomoss/gotelemetry.git
Documentation: pkg.go.dev
# README
Softcom Telemetry - Go
A telemetry library that supports the following out of the box:
- logging
- tracing
- health checks (wip)
Dependencies
Usage
package main
import "github.com/softcomoss/gotelemtry"
func main() {
tlm := gotelemetry.NewServerTelemetry("example-service", "production")
tlm.Info("fishcobite")
tlm.U
}
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author