go-ethereum/ethdb
GarmashAlex 92fbbe63c8
ethdb/pebble: set metric namespace correctly (#32563)
Ensure Database.namespace is initialized in pebble.New(...). Without
this, the write-stall metrics registered in onWriteStallBegin/End are
emitted without the intended namespace prefix, while other Pebble
metrics use the provided constructor parameter. This aligns stall
metrics with the rest of the Pebble metric set and fixes inconsistent
metric naming.

---------

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2025-09-11 16:05:17 +08:00
..
dbtest ethdb: Implement DeleteRange in batch (#31947) 2025-06-20 19:40:41 +08:00
leveldb ethdb/leveldb: check iterator error in Database.DeleteRange (#32384) 2025-08-11 14:32:27 +08:00
memorydb all: replace fmt.Errorf with errors.New (#32286) 2025-07-28 10:13:18 +02:00
pebble ethdb/pebble: set metric namespace correctly (#32563) 2025-09-11 16:05:17 +08:00
remotedb core/rawdb: integrate eradb backend for RPC (#31604) 2025-06-03 10:47:38 +02:00
batch.go ethdb: Implement DeleteRange in batch (#31947) 2025-06-20 19:40:41 +08:00
database.go ethdb: Implement DeleteRange in batch (#31947) 2025-06-20 19:40:41 +08:00
iterator.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00