mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-08 14:01:31 +02:00
Saves 86 KB. And stop depending on expvar and usermetrics when disabled, in prep to removing all the expvar/metrics/tsweb stuff. Updates #12614 Change-Id: I35d2479ddd1d39b615bab32b1fa940ae8cbf9b11 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
9 lines
194 B
Go
9 lines
194 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
//go:build ts_omit_health || ts_omit_usermetrics
|
|
|
|
package health
|
|
|
|
func (t *Tracker) SetMetricsRegistry(any) {}
|