server: http_listen_port: 9080 grpc_listen_port: 0 positions: filename: /tmp/positions.yaml clients: - url: http://loki:3100/loki/api/v1/push scrape_configs: - job_name: fetchml-performance static_configs: - targets: - localhost labels: job: fetchml-performance __path__: /reports/performance.log pipeline_stages: - json: expressions: timestamp: timestamp git_commit: git_commit benchmark_name: name time_per_op: time_per_op_ns memory_per_op: memory_per_op_b allocs_per_op: allocs_per_op - labels: benchmark_name: git_commit: - output: source: output - job_name: fetchml-performance-summary static_configs: - targets: - localhost labels: job: fetchml-performance __path__: /reports/performance_summary.log pipeline_stages: - regex: expression: "=== Performance Summary ===" - output: source: output