To use this Go harness:
ws create <projectName> inviqa/go:vX.Y.Z
(substitute X.Y.Z
with a corresponding version from the releases list)cd <projectName>
workspace.override.yml
is not added to git.workspace.override.yml
contents in a suitable location (such as LastPass).To read more about how to use this harness check out the docs.
By default, new projects created with this harness will have a basic HTTP server listening on port 80. The following endpoints are available:
/
- returns a simple JSON response confirming the service is working/metrics
- returns prometheus instrumentation dataIf you are upgrading your application's Go harness version, then you should consider any breaking changes mentioned in the upgrade doc.
Publish Release
harnesses.json