mirror of
https://github.com/SigNoz/signoz.git
synced 2026-09-12 14:30:40 +01:00
Some checks failed
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
cacheci / tests (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
#### Description - Make server port configurable so multiple instances can be started for agentic development and testing. - Add `make go-stop` to make it easier to restart server by agents. It does a graceful stop to allow the Prometheus metrics exporter port to shutdown otherwise that port remain occupied. - Add make target for generating the OpenAPI specs. - Documents the above in `docs/contributing/development.md` under "How do I run more than one instance?", including `make go-stop` in the basic backend flow. --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>