Coder Social home page Coder Social logo

sayweee / ec-web-signoz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from signoz/signoz

0.0 0.0 0.0 61.2 MB

SigNoz is an open-source observability platform 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

Home Page: https://signoz.io

License: Other

Shell 0.37% JavaScript 0.22% Python 0.02% Go 50.11% TypeScript 46.92% Makefile 0.19% Dockerfile 0.06% EJS 0.10% SCSS 2.01% HTML 0.01%

ec-web-signoz's Introduction

线上分支 - master

部署流程

一,流程说明

  1. jenkins 环境拉取代码,分支为 master;
  2. 复制完整项目到服务器对应目录中/home/ubuntu/ec-web-signoz 下
  3. 进入服务器环境,进入 frontend 目录,执行 npm install --force
  4. 运行 npm run build
  5. 关闭正在运行的前端与收集器容器
docker stop signoz-otel-collector signoz-frontend
  1. 删除停止运行容器镜像;
docker container prune -f
docker image prune -f -a
  1. 重新启动服务,先清空文件日志信息,在重启 docker 服务;

二,具体操作

1,服务器部分

  • 执行脚本
  ./deploy.sh

三,首次机器迁移需要操作

迁移数据

迁移系列目录下数据内容迁移到新机器上;

  • 关闭现阶段正在运行服务, 由于服务器上 docker 服务只有 signoz 相关服务,可以全关闭
docker stop $(docker ps -aq)
docker container prune -f
docker image prune -f -a
  • 复制下列目录下数据到新服务器上
1, /home/ubuntu/ec-web-signoz/deploy/docker/clickhouse-setup/data/signoz
2, /home/ubuntu/ec-web-signoz/deploy/docker/clickhouse-setup/data/clickhouse
  • 在新机器上启服务,执行下列内容
1,cat /dev/null > "/home/ubuntu/templogs/access.log"
2,cat /dev/null > "/home/ubuntu/templogs/customlog.log"
3,docker-compose -f /home/ubuntu/ec-web-signoz/deploy/docker/clickhouse-setup/docker-compose.yaml up -d

ec-web-signoz's People

Contributors

ankitnayan avatar palashgdev avatar prashant-shahi avatar srikanthccv avatar gaozhichao123 avatar nityanandagohain avatar makeavish avatar pranay01 avatar younixm avatar yeshev avatar mindhash avatar raj-k-singh avatar dhrubesh avatar vikrantgupta25 avatar techchintan avatar cruxashu avatar himanshu-source21 avatar dnazarenkoo avatar nidhi-tandon avatar gitstart avatar ybettan avatar jyash97 avatar zriyansh avatar ahsanbarkati avatar dhrubesh-makeen avatar iamloser avatar dependabot[bot] avatar sf-pchakraborty avatar dhawal1248 avatar ckanishka avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.