-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RE-2081 All core metrics dashboard for CRIB (#11396)
* complete core metrics * all core metrics * go mod tidy * revert go mod * extend wasp dashboard for load tests * run OCRv1 on devspace (#11417) * run OCRv1 on devspace * fix go.mod * fix goimports * remove external charts * dynamic nodes connection in config * try the same replaces from integration-tests * fix go.sum
- Loading branch information
Showing
21 changed files
with
3,555 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
namespace = "cl-cluster" | ||
network_name = "geth" | ||
network_chain_id = 1337 | ||
network_private_key = "ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" | ||
network_ws_url = "ws://geth:8546" | ||
network_http_url = "http://geth:8544" | ||
cl_nodes_num = 6 | ||
cl_node_url_template = "http://app-node-%d:6688" | ||
cl_node_internal_dns_record_template = "app-node-%d" | ||
cl_node_user = "[email protected]" | ||
cl_node_password = "fj293fbBnlQ!f9vNs" | ||
mockserver_url = "http://app-mockserver:1080" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.