Update cmd/tailscaled/tailscaled.go

Co-authored-by: Anton Tolchanov <1687799+knyar@users.noreply.github.com>
Signed-off-by: Kristoffer Dalby <kristoffer@dalby.cc>
This commit is contained in:
Kristoffer Dalby 2024-08-15 16:47:53 +02:00
parent 64e4be2865
commit c6233d654a
No known key found for this signature in database

View File

@ -935,5 +935,5 @@ type healthMessageLabel struct {
var metricHealthMessages = usermetric.NewMultiLabelMap[healthMessageLabel](
"tailscaled_health_messages",
"gauge",
"A gauge of health messages from control, by severity",
"Number of health messages broken down by severity.",
)