erigon-pulse/tests
milen 28fff1b35e
metrics: remove VictoriaMetrics/metrics lib (#8766)
# Background

Erigon currently uses a combination of Victoria Metrics and Prometheus
client for providing metrics.

We want to rationalize this and use only the Prometheus client library,
but we want to maintain the simplified Victoria Metrics methods for
constructing metrics.

This task is currently partly complete and needs to be finished to a
stage where we can remove the Victoria Metrics module from the Erigon
code base.

# Summary of changes

- Remove `UsePrometheusClient` boolean flag
- Remove `VictoriaMetrics` client lib and related code (simplifies
registry and prometheus http handler initialisation since now we have
only 1 registry and can use default `promhttp.Handler`)
2023-11-23 20:31:38 +00:00
..
automated-testing Disable ci tests on another servers: step 2 (#7752) 2023-06-17 10:27:58 +07:00
bor p2p: silkworm sentry (#8527) 2023-11-02 08:35:13 +07:00
contracts attempt to fix TestGolangBindings (#7041) 2023-03-07 06:14:35 +00:00
erigon-ext-test metrics: remove VictoriaMetrics/metrics lib (#8766) 2023-11-23 20:31:38 +00:00
execution-spec-tests Update execution spec tests to v1.0.6 (#8536) 2023-10-20 11:13:29 +02:00
fuzzers Update btcd library version (#7316) 2023-04-16 09:50:54 +00:00
solidity tests/solidity: add contract to test every opcode (#19283) 2019-09-26 10:30:33 +02:00
testdata@06e276776b Revert ethereum tests back to v12.3 (#8724) 2023-11-14 10:50:53 +01:00
.gitignore Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
block_test_util.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
block_test.go Skip failing TestBlockchainEIP (#8074) 2023-08-25 09:58:13 +02:00
difficulty_test_util.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
difficulty_test.go Try non-parallel tests (#6021) 2022-11-10 23:47:35 +00:00
exec_spec_test.go Update execution spec tests to v1.0.6 (#8536) 2023-10-20 11:13:29 +02:00
gen_btheader.go Upgrade execution-spec-tests to Cancun Devnet 9 Release (#8208) 2023-09-18 08:45:52 +02:00
gen_difficultytest.go Update consensus tests to 10.2. EIP-2681 (#3103) 2021-12-07 18:24:59 +01:00
gen_stenv.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
init_test.go EIP-4844: fix wiring of maxFeePerBlobGas (#7981) 2023-08-08 17:44:02 +02:00
init.go Upgrade execution-spec-tests to Cancun Devnet 9 Release (#8208) 2023-09-18 08:45:52 +02:00
rlp_test_util.go enable more linters #954 (#7179) 2023-03-25 05:13:27 +00:00
rlp_test.go Try non-parallel tests (#6021) 2022-11-10 23:47:35 +00:00
state_test_util.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
state_test.go TestState: share db (#8576) 2023-10-25 20:08:50 +07:00
statedb_chain_test.go increase integration tests timeout (#8389) 2023-10-06 15:42:00 +07:00
statedb_insert_chain_transaction_test.go Bor proofgen tests (#8751) 2023-11-17 10:41:45 +00:00
transaction_test_util.go eip-4844: modified DecodeTransaction version 1 (#7442) 2023-05-09 18:44:53 +01:00
transaction_test.go Try non-parallel tests (#6021) 2022-11-10 23:47:35 +00:00