feat(telemetry): add boltdb resource counts to telemetry collection

pull/11347/head
Chris Goller 2019-01-18 19:07:10 -06:00
parent e690f4bfb3
commit 29e3942756
1 changed files with 7 additions and 0 deletions

View File

@ -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"),