Skip to content

odigos-io/opentelemetry-go-instrumentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTelemetry Auto-Instrumentation for Go

This project adds OpenTelemetry instrumentation to Go applications without having to modify their source code. We support a wide range of Go versions (1.12+) and even work on stripped binaries.

Our goal is to provide the same level of automatic instrumentation for Go as exists for languages such as Java and Python.

This automatic instrumentation is based on eBPF uprobes.

For more information, see our How it works document.

Getting Started

Check out our Getting Started on Kubernetes guide for easily instrumenting your first Go applications.

Current Instrumentations

Library/Framework
net/http - Server
gRPC - Client
gRPC - Server
Gorilla Mux

Project Status

This project is actively maintained by keyval and is currently in its initial days. We would love to receive your ideas, feedback & contributions.

Contributing

Please refer to the contributing.md file for information about how to get involved. We welcome issues, questions, and pull requests.

License

This project is licensed under the terms of the Apache 2.0 open source license. Please refer to LICENSE for the full terms.