Nageshbansal
cb08ce5e5d
chore: updates os for Docker Engine Installation for redhat ( #7809 )
2025-05-03 10:06:16 +00:00
Prashant Shahi
eee3f7d549
feat: signoz package and deprecation of frontend, alertmanager ( #7301 )
...
### Summary
- signoz package with goreleaser
- frontend deprecation
- alertmanager deprecation
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2025-03-14 17:23:10 +05:30
Prashant Shahi
61a6c21edb
feat: docker/swarm deployment restructuring and improvements ( #6904 )
...
This PR consists of improvements and fixes related to SigNoz in Docker Standalone and Docker Swarm.
- Docker/Swarm deploy directory restructuring and improvements
- Prometheus metrics scraping using labels in Docker Standalone and Docker Swarm
- Swarm: single schema-migrator container for both sync/async migrations
- Remove Kubernetes HOTRod files (will be migrated to charts)
- Fetch histogram-quantile from release instead of local binary mount
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2025-01-27 12:48:42 +00:00
Prashant Shahi
610f4d43e7
chore(install-script): install.sh script improvements ( #6857 )
...
### Summary
- support for docker compose plugin
- check for occupied port when installing SigNoz for the first time
- remove unused code
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2025-01-20 13:26:40 +00:00
Vishal Sharma
51032f6caa
chore: move posthog to segment ( #5330 )
2024-06-25 15:50:09 +05:30
Vishal Sharma
ba05991222
chore: update logs/traces retention to 15days ( #3780 )
2023-10-20 13:59:44 +05:30
Prashant Shahi
d63ae429bd
chore: update install.sh for ARM support and compose latest version ( #3265 )
...
* chore: support for ARM in install script
* chore: latest version of docker-compose and amd/arm support
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-08-07 18:38:56 +05:30
Janssen
fdbb8b652e
Nit: fix typo in install script. ( #2793 )
2023-05-29 18:30:32 +05:30
Prashant Shahi
041d347d50
chore: 🔧 update install and troubleshooting guide url ( #2451 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-04-17 19:57:42 +05:30
Maciej Wakuła
59497ed53c
Pop!OS support (same as ubuntu) #2417 ( #2420 )
2023-03-10 03:49:02 +05:30
Prashant Shahi
45cb1eb38f
feat: introduce health check endpoint ( #2257 )
...
* feat(query-service): ✨ Add health check route and handler
* chore(install-script): 🔧 use health endpoint with instead of services list
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-02-15 00:37:57 +05:30
Fernando Pimenta
47a41473df
Added support for installing SigNoz on RockyLinux ( #2203 )
...
Co-authored-by: Fernando Pimenta <fernandopimenta@tecnosys.com.br>
2023-02-08 10:35:52 +05:30
Vishal Sharma
1914c3b4a0
chore: update install message in install.sh script ( #2131 )
2023-01-27 12:53:23 +05:30
Akshay Awate
acb3721815
refactor: start_docker() ( #1410 )
...
* refactor: start_docker()
Co-authored-by: akshay <akshay.awate@infracloud.io>
2022-07-20 23:30:21 +05:30
Prashant Shahi
dbe68c064c
chore(install-script): 🗑️ remove arm YAML as already satisfied by single YAML ( #1326 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-06-28 17:33:50 +05:30
Prashant Shahi
f92e4798ce
refactor: ⚰️ Remove deprecated flattner and Druid leftover files ( #1194 )
...
* refactor: ⚰️ Remove flattner from Makefile
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* refactor: ⚰️ Remove deprecated Druid leftover files
Signed-off-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Pranay Prateek <pranay@signoz.io>
2022-05-25 18:06:14 +05:30
Prashant Shahi
1d6ddd4890
chore(install-script): 🩹 fix email condition
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-04-06 01:37:07 +05:30
Prashant Shahi
696241b962
chore(install-script): 🔧 amazon-linux improvements and fixes ( #900 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-03-24 00:46:43 +05:30
Prashant Shahi
86bdb9a5ad
chore: deployment config changes ( #869 )
...
* chore(install-script): 🔧 include missed sudo_cmd variable
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* chore: 🔧 add .gitkeep in folders to mount
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* chore(docker-swarm): 🔧 Update deploy configurations
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* chore(compose-yaml): 🔧 expose otlp ports and restart on failure policy
Signed-off-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-03-21 20:43:43 +05:30
Prashant Shahi
4337ab5cd0
chore(install-script): ✨ remove mandatory sudo and digest improvement ( #836 )
...
* chore(install-script): ✨ add fallback sha1sum command
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* chore(install-script): ✨ remove mandatory sudo and digest improvement
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* chore(install-script): 🔧 use sudo_cmd variable
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* chore(install-script): 🔧 remove depreciated druid section
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* chore(install-script): 🔧 sudo prompt changes
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-03-16 22:59:20 +05:30
Prashant Shahi
d22d1d1c3b
refactor(ports): 💥 avoid exposing unnecessary ports and update frontend port to 3301 ( #679 )
...
* refactor(compose-yaml): ♻️ avoid unused and unnecessary ports mapping from compose files
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* refactor(frontend): 💥 change frontend port to 3301
BREAKING CHANGE:
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-02-08 22:47:06 +05:30
Prashant Shahi
b0d68ac00f
chore: install script improvements ( #652 )
...
* chore(install): 🔨 install script improvement
- remove ipify
- migrate from PostHog to Segment
- single function for sending event
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* chore: ⚰️ remove commented code
* chore(install): 🛂 update the auth token
* chore(install): 🔧 set context.default config true
* Revert "chore(install): 🔧 set context.default config true"
This reverts commit 0704013ac7ce0c823c423987ceb575442deb8108.
* chore(install): 🔨 use uname sha for installation id
* refactor(slack): 🚚 use signoz.io/slack URL
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-01-29 01:20:25 +05:30
Prashant Shahi
e823987eb0
build(docker): Two compose files for arm and amd ( #638 )
...
* build(docker): 🔨 Two compose files for arm and amd
* refactor(docker): ⚰️ remove env file from install script
* refactor: ⚰️ remove .gitkeep files from data folder
* chore(build): ⚰️ remove env files and update contributing docs
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* build: ♻️ use two compose files in Makefile
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* chore(docker): 🚚 revert back to using same dir and pin image tag
* Revert "chore: Add migration file path in otel collector config (#628 )"
This reverts commit 8467d6a00c1322a2b6af3c474fde9131b8bad14b.
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-01-27 22:34:26 +05:30
Vishal Sharma
1568075769
chore: update clean signoz command in install script ( #631 )
2022-01-22 23:16:09 +05:30
Vishal Sharma
34e9247562
use clickhouse arm64 docker build by altinity for arm64 devices(M1 Macs) ( #429 )
...
* use clickhouse arm64 docker build by altinity for arm64 devices(M1 Macs)
* update command to bring down SigNoz docker containers
2021-12-02 19:50:27 +05:30
Ankit Nayan
556914f808
Fix ami linux docker installation ( #387 )
...
* chore: remove kafka + druid setup
* fix: changed command to install docker in amazon linux
2021-11-22 01:09:49 +05:30
Pranay Prateek
24d51e3c3a
Update install.sh
2021-09-16 20:57:32 +05:30
Ankit Anand
ace02486e0
choose clickhouse on enter press
2021-06-05 11:48:44 +05:30
Ankit Nayan
362f264bae
Installation changes for docker ( #149 )
...
* installation steps WIP
* changing install.sh
* fixes
* fixes
* fixes
* handled enter key press in setup_type
* fixes
* fixes
* fixes
Co-authored-by: Ankit Anand <cruxaki@gmail.com>
2021-06-03 20:54:41 +05:30
Anwesh Nayak
cbd2036613
fix(script): add message to kill docker containers ( #128 )
...
* fix(script): add message to kill docker containers
* fix(script): add message to kill docker containers
* fix(script): add message to kill docker containers
Co-authored-by: anweshknayak <anweshnayak@Anweshs-MacBook-Air.local>
2021-05-29 13:13:39 +05:30
anweshknayak
07af5c843a
fix(doc): correct doc url for troubleshooting
2021-05-28 20:51:11 +05:30
Ankit Nayan
eaa50f83bc
docker installation command changed for Linux2 AMI
2021-04-02 10:37:21 +05:30
Ankit Nayan
c4d3f7fd2a
adding amazon linux docker installation
2021-04-01 22:12:50 +05:30
Ankit Nayan
f0497bbbd4
adding amazon linux docker installation
2021-04-01 22:04:39 +05:30
Ankit Nayan
47825ef2ad
adding amazon linux docker installation
2021-04-01 21:58:58 +05:30
Ankit Nayan
f3ce9e92f4
adding amazon linux docker installation
2021-04-01 21:56:03 +05:30
Ankit Nayan
4e9e4f25cc
adding amazon linux docker installation
2021-04-01 21:41:25 +05:30
Ankit Nayan
3795aa059e
enter key escaped in read
2021-02-18 01:03:50 +05:30
Ankit Nayan
3c9b024e34
text changes
2021-02-17 01:19:51 +05:30
Ankit Nayan
19dff5fdf2
checks done
2021-02-16 23:30:51 +05:30
Ankit Nayan
7bfc184ee6
checks done
2021-02-16 23:10:36 +05:30
Ankit Nayan
4954c18baa
fixed text
2021-02-16 12:27:44 +05:30
Ankit Nayan
65a4649696
fixed text
2021-02-16 12:25:21 +05:30
Ankit Nayan
03233cf6be
added installaton success and error ping
2021-02-16 12:23:32 +05:30
Ankit Nayan
1176f61791
status_code var fixed
2021-02-16 11:53:39 +05:30
Ankit Nayan
61f0674a13
added install.sh
2021-02-16 11:02:57 +05:30