Plug and play package that wraps base functionally and initialization of Datadog Service.
- APM, StatsD Initialization
- StatsD metrics unification
Supported middleware to correlate/extend traceability and logs in Datadog.
- gRPC Server
- gRPC Client
- HTTP - Echo
- HTTP - Standard library Client
- Database - GORM
- Database - Standard library
There is detailed documentation stored in docs.
To generate or update mocks use
gomockhandler
. gomockhandler
is
provided by golang-devtools
.
docker compose run --rm golang-devtools gomockhandler -config ./gomockhandler.json check
docker compose run --rm golang-devtools gomockhandler -config ./gomockhandler.json mockgen
docker compose run --rm golang-devtools validate
docker compose run --rm golang-devtools help
User documentation is build using TechDocs and published to Inventory.
To list the commands available for the TechDocs image:
docker compose run --rm help
For more information see the TechDocs Engineering Image.
To Validate changed documentation:
docker compose run --rm techdocs validate
To validate all documentation:
docker compose run --rm techdocs validate MARKDOWN_FILES=docs/
To preview the documentation:
docker compose up techdocs