Skip to content

Commit

Permalink
update testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Oct 1, 2024
1 parent a4f3131 commit 6efda3f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 36 deletions.
68 changes: 36 additions & 32 deletions testdata/get-configuration.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"reth_chain_downloader": {
"reth_chain_download": {
"aws_access_key_id": "string",
"aws_secret_access_key": "string",
"rclone_s3_endpoint": "string"
},
"bidding_service_download": {
"github_token": "string"
},
"orderflow_proxy": {
"flashbots_of_signing_key": "0x00",
"builder_public_ip": "1.2.3.4",
Expand All @@ -19,6 +22,7 @@
"relay_secret_key": "0x00",
"optimistic_relay_secret_key": "0x00",
"coinbase_secret_key": "0x00",
"top_bid_stream_api_key": "string",
"always_seal": true,
"relays": [
{
Expand All @@ -42,14 +46,14 @@
"prometheus": {
"scrape_interval": "10s",
"static_configs_default_labels": [
{
"label_key": "flashbots_net_vendor",
"label_value": "azure"
},
{
"label_key": "flashbots_net_chain",
"label_value": "mainnet"
}
{
"label_key": "flashbots_net_vendor",
"label_value": "azure"
},
{
"label_key": "flashbots_net_chain",
"label_value": "mainnet"
}
],
"lighthouse_metrics": {
"enabled": true,
Expand All @@ -70,37 +74,37 @@
]
},
"remote_write": [
{
"name": "tdx-rbuilder-collector",
"url": "https://aps-workspaces.us-east-2.amazonaws.com/workspaces/ws-xxx/api/v1/remote_write"
}
{
"name": "tdx-rbuilder-collector",
"url": "https://aps-workspaces.us-east-2.amazonaws.com/workspaces/ws-xxx/api/v1/remote_write"
}
]
},
"process_exporter": {
"process_names": [
{
"name": "lighthouse",
"cmdline": [
"^\\/([-.0-9a-zA-Z]+\\/)*lighthouse[-.0-9a-zA-Z]* "
]
},
{
"name": "rbuilder",
"cmdline": [
"^\\/([-.0-9a-zA-Z]+\\/)*rbuilder[-.0-9a-zA-Z]* "
]
},
{
"name": "reth",
"cmdline": [
"^\\/([-.0-9a-zA-Z]+\\/)*reth[-.0-9a-zA-Z]* "
]
}
{
"name": "lighthouse",
"cmdline": [
"^\\/([-.0-9a-zA-Z]+\\/)*lighthouse[-.0-9a-zA-Z]* "
]
},
{
"name": "rbuilder",
"cmdline": [
"^\\/([-.0-9a-zA-Z]+\\/)*rbuilder[-.0-9a-zA-Z]* "
]
},
{
"name": "reth",
"cmdline": [
"^\\/([-.0-9a-zA-Z]+\\/)*reth[-.0-9a-zA-Z]* "
]
}
]
},
"fluentbit": {
"input_tags": "tag-1 tag-2",
"output_cw_log_group_name": "multioperator-builder",
"output_cw_log_stream_prefix": "builder-01-"
}
}
}
8 changes: 4 additions & 4 deletions testdata/get-measurements.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{
{
"5edb24b": {
"8": {
"expected": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand All @@ -22,7 +22,7 @@
"expected": "c9f429296634072d1063a03fb287bed0b2d177b0a504755ad9194cffd90b2489"
}
},
{
"b3ea2d3": {
"8": {
"expected": "0000000000000000000000000000000000000000000000000000000000000000"
},
Expand All @@ -45,4 +45,4 @@
"expected": "c9f429296634072d1063a03fb287bed0b2d177b0a22222222222222222222222"
}
}
]
}

0 comments on commit 6efda3f

Please sign in to comment.