erigon-pulse/rpc
Mark Holt a4cfbe0d56
Heimdall metrics + Metrics HTTP server rationalization (#8094)
This is an update of:

https://github.com/ledgerwatch/erigon/pull/7846

which uses a local fork of victoria metrics to include the changes that
https://github.com/anshalshukla added to the original for we where
using.

It also includes code to address the duplicate metrics issue identified
here:

https://github.com/ledgerwatch/erigon/issues/8053

It has one more associated fix which is to correctly add a metadata
label to counters, these where previously labelled as gauges.

e.g. 

```
# TYPE p2p_peers counter
p2p_peers 0
```
rather than

```
# TYPE p2p_peers gauge
p2p_peers 0
```

---------

Co-authored-by: Anshal Shukla <53994948+anshalshukla@users.noreply.github.com>
Co-authored-by: Anshal Shukla <shukla.anshal85@gmail.com>
2023-08-31 09:04:27 +01:00
..
rpccfg rcpdaemon, erigon: add --rpc.evmtimeout flag (#5395) 2022-09-17 13:25:27 +07:00
testdata RPC: batch - preserve order, streaming to in-mem buf (#2541) 2021-08-19 09:26:06 +07:00
allow_list_test.go Granular rpc control (Allow list for RPC daemon) (#1341) 2020-11-10 10:08:42 +01:00
allow_list.go rpc: fix implemented filter methods being forbidden (#5801) 2022-10-26 09:08:09 +07:00
client_example_test.go [devnet tool] Separate logging (#7553) 2023-05-20 14:48:16 +01:00
client_test.go [devnet tool] Separate logging (#7553) 2023-05-20 14:48:16 +01:00
client.go rpc service and stageloop logger updates (#7696) 2023-06-10 07:39:39 +01:00
doc.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
endpoints.go remove ipc package (#2405) 2021-07-20 15:34:04 +07:00
errors.go Support engine_forkchoiceUpdatedV3 with ParentBeaconBlockRoot (EIP-4788) (#7969) 2023-08-06 11:54:14 +02:00
handler_test.go check for nil before returning invalid json in rpc streaming calls (#7104) 2023-03-14 11:07:53 +00:00
handler.go rpc service and stageloop logger updates (#7696) 2023-06-10 07:39:39 +01:00
helpers.go Rpcdaemon as lib (#940) 2020-08-19 12:46:20 +01:00
http_test.go [devnet tool] Separate logging (#7553) 2023-05-20 14:48:16 +01:00
http.go [devnet tool] Separate logging (#7553) 2023-05-20 14:48:16 +01:00
inproc.go [devnet tool] Separate logging (#7553) 2023-05-20 14:48:16 +01:00
ipc.go Apache licensed logger (#2460) 2021-07-29 17:23:23 +07:00
json.go Fixed get-payload and Hanging ForkChoice (#3575) 2022-02-22 14:47:23 +01:00
metrics.go Heimdall metrics + Metrics HTTP server rationalization (#8094) 2023-08-31 09:04:27 +01:00
server_test.go [devnet tool] Separate logging (#7553) 2023-05-20 14:48:16 +01:00
server.go rpc service and stageloop logger updates (#7696) 2023-06-10 07:39:39 +01:00
service.go rpc service and stageloop logger updates (#7696) 2023-06-10 07:39:39 +01:00
stdio.go [devnet tool] Separate logging (#7553) 2023-05-20 14:48:16 +01:00
subscription_test.go [devnet tool] Separate logging (#7553) 2023-05-20 14:48:16 +01:00
subscription.go add eth_getFilterLogs, fix filter subscription ids (#6514) 2023-02-06 10:18:10 +07:00
testservice_test.go [devnet tool] Separate logging (#7553) 2023-05-20 14:48:16 +01:00
types_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
types.go Bor eth event flow (#8068) 2023-08-25 12:19:39 +01:00
websocket_bench_test.go Caplin block persistence (#7941) 2023-08-09 01:21:19 +02:00
websocket_test.go [devnet tool] Separate logging (#7553) 2023-05-20 14:48:16 +01:00
websocket.go [devnet tool] Separate logging (#7553) 2023-05-20 14:48:16 +01:00