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 6, 2022
1 parent ad04d9c commit d1f5c50
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

- Add instrgen, a new directory for source instrumentation.

## [1.12.0/0.37.0/0.6.0]

### Added
Expand Down
25 changes: 25 additions & 0 deletions instrgen/README.md
@@ -0,0 +1,25 @@
# OpenTelemetry Go Source Automatic Instrumentation

This repository provides [OpenTelemetry] source instrumentation for [Go]
by automatically modifying source code in similar way as compiler.

## Project Status

:construction: This project is currently work in progress.

### Compatibility

Tool is based on Go standard library and is platform agnostic.

## Contributing

See the [contributing documentation](./CONTRIBUTING.md).

## License

OpenTelemetry Go Source Automatic Instrumentation is licensed under the terms of the [Apache Software License version 2.0].
See the [license file](./LICENSE) for more details.

[OpenTelemetry]: https://opentelemetry.io/
[Go]: https://go.dev/
[Apache Software License version 2.0]: https://www.apache.org/licenses/LICENSE-2.0

0 comments on commit d1f5c50

Please sign in to comment.