Commit a9d96385 authored by Ben Wilson's avatar Ben Wilson Committed by GitHub

Batch submitter metrics collection for docker-compose. (#893)

parent 9fea7c94
......@@ -4,6 +4,12 @@ services:
l2geth:
command: ["--metrics", "--metrics.influxdb", "--metrics.influxdb.endpoint", "http://influxdb:8086", "--metrics.influxdb.database", "l2geth"]
batch_submitter:
environment:
BATCH_SUBMITTER_RUN_METRICS_SERVER: "true"
BATCH_SUBMITTER_METRICS_PORT: 7300
BATCH_SUBMITTER_METRICS_HOSTNAME: 0.0.0.0
grafana:
image: grafana/grafana:7.5.5
env_file:
......
......@@ -22,3 +22,6 @@ scrape_configs:
- job_name: 'data-transport-layer'
static_configs:
- targets: ['dtl:7878']
- job_name: 'batch-submitter'
static_configs:
- targets: ['batch_submitter:7300']
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment