erigon-pulse/cl/phase1
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
..
cache Optimized THE CAPLIN a lil bit (#7687) 2023-06-08 15:52:09 +02:00
core Heimdall metrics + Metrics HTTP server rationalization (#8094) 2023-08-31 09:04:27 +01:00
execution_client Caplin<->Erigon: Added Range methods (#8087) 2023-08-29 02:37:30 +02:00
forkchoice Accessors to Caplin indexed database (#8093) 2023-08-29 16:47:16 +02:00
network Historical block downloader (#8016) 2023-08-16 04:32:40 +02:00
stages Added Online pruning to Caplin (#8058) 2023-08-25 14:58:35 +02:00
main.go Caplin: Adding SSZ generics (#7542) 2023-05-23 20:58:34 +02:00