Skip to content
Snippets Groups Projects
  1. Sep 21, 2022
  2. Sep 06, 2022
    • JacksonXie's avatar
      Metric/Trace use FileService to write down CSV data. (#4742) · b76949b1
      JacksonXie authored
      - support FileService do Write CSV data
      - init schema support CVS params, in `pkg/util/metric/metric.go`, `pkg/util/trace/schema.go`
      - adapt config[fileservice] to get stringwriter obj, in `pkg/util/export/fs_writer.go`
      - add [cn.fileservice] in cn-service.toml
      - add [[fileservice]] in log-service.toml
      - mo-service support metric/trace/log/... collection,  in `pkg/cnservice/server.go`, `pkg/dnservice/store.go`, `pkg/logservice/service.go`
      
      Approved by: @yingfeng, @daviszhen, @aptend, @fengttt, @reusee, @cnutshell, @zhangxu19830126, @lni
      b76949b1
  3. Sep 05, 2022
  4. Aug 30, 2022
  5. Aug 22, 2022
  6. Aug 19, 2022
  7. Aug 17, 2022
    • daviszhen's avatar
      Add the cn-service (#4535) · c5241688
      daviszhen authored
      1. Connect the cn-service with the frontend and the computation engine.
      2. Change the configuraion mechanism to the general method. Remove the auto-generated configuration.
      
      Approved by: @zhangxu19830126, @yingfeng, @fengttt, @aptend, @reusee, @nnsgmsone, @lni
      c5241688