From a3112542d0148ecaa3559f8e85a21a6106843863 Mon Sep 17 00:00:00 2001
From: bakhtin
Date: Thu, 31 Oct 2024 18:09:07 +0000
Subject: [PATCH] Make dry-run mode configurable, add instance name
Signed-off-by: bakhtin
---
testdata/get-configuration.json | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/testdata/get-configuration.json b/testdata/get-configuration.json
index a8da542..914a2bb 100644
--- a/testdata/get-configuration.json
+++ b/testdata/get-configuration.json
@@ -1,4 +1,5 @@
{
+ "instance_name": "tdx-multioperator-builder-01",
"rclone": {
"__version": "v1.66.0-DEV",
"access_key_id": "string",
@@ -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",
@@ -45,6 +50,7 @@
},
"prometheus": {
"__version": "2.54.0",
+ "instance_name": "tdx-builder-xx-yocto",
"scrape_interval": "10s",
"static_configs_default_labels": [
{
@@ -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"
+ }
}
]
},