Skip to content

Latest commit

 

History

History
103 lines (66 loc) · 2.26 KB

index.md

File metadata and controls

103 lines (66 loc) · 2.26 KB
layout title tagline
page
Wiki of Baidu-Ops

{% include JB/setup %}

Operation Data Processing

运维数据处理。为服务运维提供实时数据查询,计算,监控。

Lead:

Core member:

Development Process

  1. Fork

    ops-baidu的github账号下fork项目仓库,your-account/Processingject

  2. Clone

     git clone [email protected]:/your-account/project
    
  3. Create Branch

    在your-account的github页面上操作创建branch (feature_name)

     git fetch
     git checkout feature_name
    
  4. Development & commit

     git add .
     git commit -m "commit issue"
     git push
    
  5. Merge & Handle Conflicts

     git remote add upstream https://github.com/ops-baidu/project.git
     git fetch upstream
     git merge upstream/master
     git commit
     git push
    
  6. Pull Request

    在github上发起pull request

  7. Rebase 使origin的master和upstream的master同步

     git checkout master
     git fetch upstream
     git rebase upstream/master
     git push
    
  8. Redo the Process

You can find difference between "origin" and "upstream"

Tech

Operation Log Caculating

Service Log Searching

Service Monitoring

Cases

Deployment Infomation

Continuous Delivery Infranstructure