1. 15 3月, 2021 1 次提交
    • ning1875's avatar
      日志采集字段变更 whether_attache_one_log_line--> whether_attach_one_log_line (#619) · 61bd28db
      ning1875 提交于
      * m3db writetagged应该并发做,不然会导致transfer rpc变慢
      
      * go func指针传参问题
      
      * 新增k8s-mon三个大盘文件
      
      * 新增k8s-mon三个大盘文件
      
      * 修改k8s-mon三个大盘文件
      
      * 日志采集新增带上最后一条日志 到extra字段中,为后续报警做准备
      
      * 日志采集字段变更 whether_attache_one_log_line--> whether_attach_one_log_line
      
      * 日志采集带上日志
      61bd28db
  2. 13 3月, 2021 1 次提交
  3. 02 3月, 2021 1 次提交
  4. 23 1月, 2021 1 次提交
  5. 22 1月, 2021 1 次提交
  6. 08 1月, 2021 1 次提交
  7. 01 1月, 2021 3 次提交
    • U
      add patch sql for hbs · eddd77d2
      Ulric Qin 提交于
      eddd77d2
    • U
      upgrade 3.4.0 · e85debdd
      Ulric Qin 提交于
      e85debdd
    • Y
      Rdb (#479) · d45ea025
      yubo 提交于
      * use collector interface
      
      * mysql can work fine
      
      * add basecollector
      
      * add prober & monapi.plugins
      
      * enable mysql plugins work
      
      * rename collector -> manager
      
      * add white list access check for rdb
      
      * add cache module for authConfig & session
      
      * rollback n9e_rdb_3.3.0.sql
      
      * add sql ddl document
      
      * add white_list, pwd, login access control
      
      * add email code for login & reset password
      
      * use sessionUsername instead of cookieUsername
      
      * remove cookie name and data from session
      
      * rename userName to username
      
      * add remote_addr with session connection
      
      * add get user by sid with cache
      
      * enable cookie life time could be zero
      
      * go mod tidy
      
      * Rdb with session & monapi with telegraf (#456)
      
      * use collector interface
      
      * mysql can work fine
      
      * add basecollector
      
      * add prober & monapi.plugins
      
      * enable mysql plugins work
      
      * rename collector -> manager
      
      * add white list access check for rdb
      
      * add cache module for authConfig & session
      
      * rollback n9e_rdb_3.3.0.sql
      
      * add sql ddl document
      
      * add white_list, pwd, login access control
      
      * add email code for login & reset password
      
      * use sessionUsername instead of cookieUsername
      
      * remove cookie name and data from session
      
      * rename userName to username
      
      * add remote_addr with session connection
      
      * add get user by sid with cache
      
      * enable cookie life time could be zero
      
      * go mod tidy
      
      * add plugins config for prober
      
      * add prober plugin expression parse
      
      * update transfer default config for m3
      
      * Rdb (#458)
      
      * bugfix: session gc
      
      * use flag for pwdMustInclude
      
      * change user login function
      
      * delete invite token after use
      
      * bugfix: login response
      
      * add sessionStart middle ware
      
      * add auth module
      
      * add i18n for rdb
      
      * add i18n.zh for rdb.auth
      
      * add mon plugins(redis, mongodb)
      
      * update config
      
      * add sub struct into definitions
      
      * clean up sid cache after session destory
      
      * bugfix: get user return nil when not found
      
      * update i18n
      
      * bugfix: ignore cache nologin user
      
      * add user for callback output
      
      * add password change api
      
      * update default configfile & sql patch
      
      * merge mon http middleware from rdb
      
      * remove sso logout, sso already supporte one time auth
      d45ea025