open-consul/logging
Chris Piraino 45a4057f60 Report node/service usage metrics from every server
Using the newly provided state store methods, we periodically emit usage
metrics from the servers.

We decided to emit these metrics from all servers, not just the leader,
because that means we do not have to care about leader election flapping
causing metrics turbulence, and it seems reasonable for each server to
emit its own view of the state, even if they should always converge
rapidly.
2020-09-02 10:24:17 -05:00
..
monitor logging: Remove t.Parallel from tests 2020-08-27 18:14:46 -04:00
gated_writer.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00
gated_writer_test.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00
grpc.go logging: move init of grpclog 2020-08-19 13:21:00 -04:00
grpc_test.go agent: extract dependency creation from New 2020-08-18 19:04:55 -04:00
log_levels.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00
logfile.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00
logfile_test.go logging: Remove t.Parallel from tests 2020-08-27 18:14:46 -04:00
logger.go logging: Setup accept io.Writer instead of []io.Writer 2020-08-19 13:20:41 -04:00
logger_test.go logging: Remove t.Parallel from tests 2020-08-27 18:14:46 -04:00
names.go Report node/service usage metrics from every server 2020-09-02 10:24:17 -05:00
syslog.go Allow users to configure either unstructured or JSON logging (#7130) 2020-01-28 17:50:41 -06:00