Durango.7 - Metrics Overhaul Preparation
StephenButtolph
released this
05 Jun 22:21
·
302 commits
to master
since this release
This version is backwards compatible to v1.11.0. It is optional, but encouraged.
The plugin version is unchanged at 35
and is compatible with versions v1.11.3-v1.11.6
.
APIs
- Added peer's
trackedSubnets
that are not locally tracked to the response frominfo.peers
Configs
- Changed the undocumented
pebble
option for--db-type
to bepebbledb
and documented the option
Fixes
- Removed repeated DB compaction during bootstrapping that caused a significant regression in bootstrapping times
- Fixed C-Chain state-sync crash
- Fixed C-Chain state-sync ETA calculation
- Fixed Subnet owner reported by
platform.getSubnets
after a subnet's owner was rotated
What's Changed
- Expose canonical warp formatting function by @StephenButtolph in #3049
- Remove subnet filter from Peer.TrackedSubnets() by @StephenButtolph in #2975
- Remove optional gatherer by @StephenButtolph in #3052
- [vms/platformvm] Return the correct owner in
platform.GetSubnets
after transfer by @dhrubabasu in #3054 - Add metrics client by @StephenButtolph in #3057
- [vms/platformvm] Replace
GetSubnets
withGetSubnetIDs
inState
by @dhrubabasu in #3055 - Implement
constants.VMName
by @StephenButtolph in #3058 - [testing] Remove superfluous gomega dep by @marun in #3063
- [antithesis] Enable workload instrumentation by @marun in #3059
- Add pebbledb to docs by @StephenButtolph in #3061
- [ci] Remove perpetually failing govulncheck job by @marun in #3069
- Remove api namespace by @StephenButtolph in #3066
- Remove unused metrics namespaces by @StephenButtolph in #3062
- Only compact after executing a large number of blocks by @StephenButtolph in #3065
- Remove network namespace by @StephenButtolph in #3067
- Remove db namespace by @StephenButtolph in #3068
- Remove averager metrics namespace by @StephenButtolph in #3072
- chore: fix function name by @stellrust in #3075
- Select metric by label in e2e tests by @StephenButtolph in #3073
- [tmpnet] Bootstrap subnets with a single node by @marun in #3005
- [antithesis] Skip push for builder image by @marun in #3070
- Implement label gatherer by @StephenButtolph in #3074
New Contributors
- @stellrust made their first contribution in #3075
Full Changelog: v1.11.6...v1.11.7