Categorygithub.com/softcomoss/gotelemetry
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
}

# Packages

No description provided by the author
No description provided by the author

# 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

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author