Skip to content

softcomoss/gotelemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

Softcom Telemetry Library

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors