-
Notifications
You must be signed in to change notification settings - Fork 579
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instrgen directory for source level instrumentation
- Loading branch information
Przemek Delewski
committed
Dec 6, 2022
1 parent
ad04d9c
commit 8a628e7
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |