monitor_config_template_excel.json 511 B

12345678910111213141516171819202122232425
  1. {
  2. "template_path": "./cache/后评估报表模板.xlsx",
  3. "metric_config_list": [
  4. {
  5. "metric_code": "t1",
  6. "metric_func": "MetricBySqlGeneral",
  7. "sql": "select * from test.t1"
  8. },
  9. {
  10. "metric_code": "apply_num",
  11. "metric_func": "BMetric",
  12. "v": "1"
  13. },
  14. {
  15. "metric_code": "auto_pass_num",
  16. "metric_func": "BMetric",
  17. "v": "2"
  18. },
  19. {
  20. "metric_code": "auto_pass_per",
  21. "metric_func": "BMetric",
  22. "v": "3"
  23. }
  24. ]
  25. }