module
0.0.0-20241126220939-0963165c588b
Repository: https://github.com/kelpgf/go-observability.git
Documentation: pkg.go.dev
# README
Go Open Telemetry
How to run?
docker-compose up
How to test?
curl --request POST \
--url http://localhost:8080/zip-code/validate \
--header 'Content-Type: application/json' \
--data '{
"cep": "01153000"
}'
How to see the metrics?
Access the URL: http://localhost:9411 click in "Run Query"