You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/reaper/types.go
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,6 @@ const (
11
11
tagPrefixstring="tag_"
12
12
persistQueueMaxSize=10000// storage queue max elements. when reaching the limit, older metrics will be dropped.
13
13
14
-
gathererStatusStart="START"
15
-
gathererStatusStop="STOP"
16
-
metricdbIdent="metricDb"
17
-
configdbIdent="configDb"
18
-
contextPrometheusScrape="prometheus-scrape"
19
-
20
14
monitoredDbsDatastoreSyncIntervalSeconds=600// write actively monitored DBs listing to metrics store after so many seconds
21
15
monitoredDbsDatastoreSyncMetricName="configured_dbs"// FYI - for Postgres datastore there's also the admin.all_unique_dbnames table with all recent DB unique names with some metric data
0 commit comments