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 8a628e7
Showing 1 changed file with 25 additions and 0 deletions.
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 8a628e7

Please sign in to comment.