feat(telemetry): add boltdb resource counts to telemetry collection
parent
e690f4bfb3
commit
29e3942756
|
@ -13,6 +13,13 @@ var _ platform.UsageService = (*UsageService)(nil)
|
|||
var defaultMatcher = pr.NewMatcher().
|
||||
Family("influxdb_info").
|
||||
Family("influxdb_uptime_seconds").
|
||||
Family("influxdb_organizations_total").
|
||||
Family("influxdb_buckets_total").
|
||||
Family("influxdb_users_total").
|
||||
Family("influxdb_tokens_total").
|
||||
Family("influxdb_dashboards_total").
|
||||
Family("influxdb_scrapers_total").
|
||||
Family("influxdb_telegrafs_total").
|
||||
Family("http_api_requests_total",
|
||||
pr.L("handler", "platform"),
|
||||
pr.L("method", "GET"),
|
||||
|
|
Loading…
Reference in New Issue