Skip to content

Commit

Permalink
Make dry-run mode configurable, add instance name
Browse files Browse the repository at this point in the history
Signed-off-by: bakhtin <[email protected]>
  • Loading branch information
bakhtin committed Oct 31, 2024
1 parent 701d78f commit a311254
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions testdata/get-configuration.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"instance_name": "tdx-multioperator-builder-01",
"rclone": {
"__version": "v1.66.0-DEV",
"access_key_id": "string",
Expand All @@ -24,6 +25,10 @@
"relay_secret_key": "0x00",
"optimistic_relay_secret_key": "0x00",
"coinbase_secret_key": "0x00",
"top_bid_stream_api_key": "0x00",
"always_seal": true,
"dry_run": true,
"dry_run_validation_url": "http://localhost:8545",
"relays": [
{
"name": "flashbots",
Expand All @@ -45,6 +50,7 @@
},
"prometheus": {
"__version": "2.54.0",
"instance_name": "tdx-builder-xx-yocto",
"scrape_interval": "10s",
"static_configs_default_labels": [
{
Expand All @@ -71,13 +77,18 @@
"rbuilder_metrics": {
"enabled": true,
"targets": [
"localhost:6069"
"localhost:6060"
]
},
"remote_write": [
{
"name": "tdx-rbuilder-collector",
"url": "https://aps-workspaces.us-east-2.amazonaws.com/workspaces/ws-xxx/api/v1/remote_write"
"url": "https://aps-workspaces.us-east-2.amazonaws.com/workspaces/ws-xxx/api/v1/remote_write",
"sigv4": {
"access_key": "xxx",
"secret_key": "xxx",
"region": "us-east-2"
}
}
]
},
Expand Down

0 comments on commit a311254

Please sign in to comment.