Skip to content

Sample Golang app to demonstrace OpenTelemetry instrumentation

Notifications You must be signed in to change notification settings

ankit01-oss/sample-golang-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore REST API using Gin and Gorm

Read the article.

How to run:

$ go run main.go

To run and configure app to send data to SigNoz:

SERVICE_NAME=goApp INSECURE_MODE=true OTEL_EXPORTER_OTLP_ENDPOINT=<IP of SigNoz backend:4317> go run main.go

About

Sample Golang app to demonstrace OpenTelemetry instrumentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%