erigon-pulse/turbo/shards
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
..
events.go Fixing hive SideChain reorg test (#5620) 2022-10-05 05:42:38 +01:00
state_cache_test.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
state_cache.go Heimdall metrics + Metrics HTTP server rationalization (#8094) 2023-08-31 09:04:27 +01:00
state_change_accumulator.go [interfaces] lower_snake_case field names (#7293) 2023-04-12 10:35:54 +00:00
trie_cache_test.go New Trie db layout - store trie structure info and multiple hashes per record (#1500) 2021-02-21 18:41:59 +00:00
trie_cache.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00