mirror of
https://github.com/status-im/consul.git
synced 2025-01-27 14:05:45 +00:00
3ad754ca7b
* WIP reloadable raft config * Pre-define new raft gauges * Update go-metrics to change gauge reset behaviour * Update raft to pull in new metric and reloadable config * Add snapshot persistance timing and installSnapshot to our 'protected' list as they can be infrequent but are important * Update telemetry docs * Update config and telemetry docs * Add note to oldestLogAge on when it is visible * Add changelog entry * Update website/content/docs/agent/options.mdx Co-authored-by: Matt Keeler <mkeeler@users.noreply.github.com> Co-authored-by: Matt Keeler <mkeeler@users.noreply.github.com>
11 lines
233 B
Modula-2
11 lines
233 B
Modula-2
module github.com/hashicorp/raft
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
|
|
github.com/hashicorp/go-hclog v0.9.1
|
|
github.com/hashicorp/go-msgpack v0.5.5
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|