SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
[!IMPORTANT]
Update SigNoz to v0.59.0 and OtelCollector to v0.111.9, with changes in API routes, logging, and constants.
Version Updates:
Update SigNoz to v0.59.0 in docker-compose.yaml, docker-compose-core.yaml, docker-compose-minimal.yaml, and docker-compose.testing.yaml.
Update SigNoz OtelCollector to v0.111.9 in docker-compose.yaml, docker-compose-core.yaml, docker-compose-minimal.yaml, and docker-compose.testing.yaml.
API and Constants:
Change API route access from AdminAccess to EditAccess in api.go.
Add ZeusURL constant in constants.go and set via build time variable.
Logging and Event Tracking:
Add logging for row clicks in TopContributorsRows.tsx and Table.tsx.
Add tab change logging in AlertDetails.tsx.
Frontend Changes:
Update http-proxy-middleware to v3.0.3 in package.json.
Change createProxyMiddleware to legacyCreateProxyMiddleware in setupProxy.js.
Modify onChangeHandler signature in RouteTab component.
Go Modifications:
Update signoz-otel-collector dependency to v0.111.9 in go.mod and go.sum.
Add SpanItemV2 and TraceSummary structs in trace.go.
Refactor StaticFieldsTraces in constants.go to include new and deprecated fields.
This description was created by for 5a70123b0669aa23ed9314a1be2d09a1eeacf407. It will automatically update as commits are pushed.
Summary