Memberlist: Grafana Tempo
+KV Store
+Key | +Codec | ++ + Version + + + | +Actions | +
---|---|---|---|
{{ $k }} | +{{ $v.CodecID }} | +{{ $v.Version }} | ++ + + + + + + + + + + + + + + | +
Memberlist Cluster Members
+Name | +Address | ++ + State + + + | +
---|---|---|
{{ .Name }} | +{{ .Address }} | ++ {{ if eq .State 0}} + Alive + {{ else if eq .State 1 }} + Suspect + {{ else if eq .State 2 }} + Dead + {{ else if eq.State 3}} + Left + {{ else }} + Unknown: {{ .State }} + {{ end }} + | +
Message History + {{ if .MessageHistoryBufferBytes }} + Flush + {{ end }} +
+ + {{ if .MessageHistoryBufferBytes }} ++ +
+ID | +Time | +Key | +Size (B) | +Codec | ++ + Version + + + | +Changes | +Actions | +
---|---|---|---|---|---|---|---|
{{ .ID }} | +{{ .Time.Format "15:04:05.000" }} | +{{ .Pair.Key }} | +{{ .Pair.Value | len }} | +{{ .Pair.Codec }} | +{{ .Version }} | +{{ StringsJoin .Changes ", " }} | ++ + + + + + + + + + + + | +
+ +
+ID | +Time | +Key | +Size | +Codec | +Version | +Changes | +Actions | +
---|---|---|---|---|---|---|---|
{{ .ID }} | +{{ .Time.Format "15:04:05.000" }} | +{{ .Pair.Key }} | +{{ .Pair.Value | len }} | +{{ .Pair.Codec }} | +{{ .Version }} | +{{ StringsJoin .Changes ", " }} | ++ + + + + + + + + + + + | +
Enable it by setting the
-memberlist.message-history-buffer-bytes
flag or the corresponding config key.
+