Best Practices to Version Signoz Config Files
TLDR Angeles asks about best practices for versioning Signoz config files. Prashant suggests checking out release branches or tags and examining components in docker-compose.yaml
.

May 03, 2023 (4 months ago)
Angeles
12:36 PMvishal-signoz
12:51 PMPrashant
04:04 PMYou can
git checkout
to release branch or tags and observe the version of the components in docker-compose.yaml
: signoz (frontend, query-service), signoz alertmanager, signoz otel-collector, clickhouse, and zookeeper.
Prashant
04:05 PMrelease/v0.18.2
while the tag will look like v0.18.2
May 04, 2023 (4 months ago)
Angeles
12:33 PMSigNoz Community
Indexed 825 threads (61% resolved)
Similar Threads
SigNoz Install Script Errors
Nishant encountered errors with the install.sh script. Prashant suggested using `bash install.sh` or `./install.sh` instead of `sh`.

Deploying SigNoz App in OpenShift with Private Docker Images
Angeles inquires about deploying SigNoz App on OpenShift using private images from a docker-compose.yml file. Prashant offers advice on using public images or private registries, navigating volume mounting and binary concerns, and pushing images to the private registry.
SigNoz Production Feedback and Improvement Suggestions
Users shared their SigNoz experiences and feedback. Issues mentioned include memory consumption, UI/UX improvements, connection difficulties, and automation limitations.

