Skip to content

Commit

Permalink
Add instrgen directory for source level instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemek Delewski committed Dec 8, 2022
1 parent a556b5a commit b14e1c2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

### Added

- Add the new `go.opentelemetry.io/contrib/instrgen` package to provide auto-generated source code instrumentation. (#3068)

## [1.12.0/0.37.0/0.6.0]

### Added
Expand Down
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -15,3 +15,5 @@
* @jmacd @MrAlias @Aneurysm9 @evantorrie @XSAM @dashpole @MadVikingGod @pellared @hanyuancheung @dmathieu

CODEOWNERS @MrAlias @Aneurysm9 @MadVikingGod

instrgen/ @open-telemetry/go-approvers @MrAlias @pdelewski
13 changes: 13 additions & 0 deletions instrgen/README.md
@@ -0,0 +1,13 @@
# OpenTelemetry Go Source Automatic Instrumentation

This package provides a code generation utility that instruments existing source code with [OpenTelemetry].

## Project Status

:construction: This package is currently work in progress.

### Compatibility

The `instrgen` utility is based on the Go standard library and is platform agnostic.

[OpenTelemetry]: https://opentelemetry.io/

0 comments on commit b14e1c2

Please sign in to comment.