https://github.com/pellared/otel-go-semcov-vars
https://github.com/pellared/otel-go-semcov-vars
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pellared/otel-go-semcov-vars
- Owner: pellared
- License: unlicense
- Created: 2021-09-17T08:12:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T09:48:04.000Z (almost 5 years ago)
- Last Synced: 2025-07-12T20:53:03.407Z (12 months ago)
- Language: Makefile
- Size: 3.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# otel-go-semcov-vars
```sh
$make
cd hello && go build -ldflags="-w" -o main.exe && du -h main.exe && go tool objdump -S main.exe > main.objdump
1.3M main.exe
cd otel && go build -ldflags="-w" -o main.exe && du -h main.exe && go tool objdump -S main.exe > main.objdump
2.6M main.exe
```
The binary size is just a little larger - not a big deal.
I have not found the global variables in the memory dump.