storj/satellite
paul cannon 0c8c11b251 satellite/audit: add not_enough_shares_for_audit counter
We have been using the SQL expression `name='(*Verifier).Verify' AND
error_name='not enough shares for successful audit'` thus far to detect
cases of this problem and alert on them. Unfortunately, since this
rarely (hopefully never) happens, influxdb has no data for most of the
auditor instances, and when it has no data for a time series, it returns
no columns either. This makes Redash upset when it tries to perform a
query for an alert and can't find the column whose value it expects to
check.

This change should make it so zero values are reported when the problem
has not happened, and higher values when it has.

Change-Id: I79e5e000f879678b661dac88caae1e2915b39ab1
2020-04-03 17:00:50 +00:00
..
accounting all: remove old uuid 2020-04-02 19:30:36 +03:00
admin all: simplify uuid usage 2020-04-02 13:45:19 +00:00
attribution all: remove old uuid 2020-04-02 19:30:36 +03:00
audit satellite/audit: add not_enough_shares_for_audit counter 2020-04-03 17:00:50 +00:00
compensation satellite/compensation: make surge percent an int64 for strictcsv 2020-04-01 14:06:33 +00:00
console all: remove old uuid 2020-04-02 19:30:36 +03:00
contact bump storj.io/common to latest 2020-03-25 09:08:40 -04:00
dbcleanup satellite: remove some unnecessary UTC() calls 2020-03-13 13:49:44 +00:00
downtime satellite: remove some unnecessary UTC() calls 2020-03-13 13:49:44 +00:00
gc private/testplanet: expose storagenode and satellite Config 2020-03-27 17:01:25 +02:00
gracefulexit satellite/overlay: optimize FindStorageNodes 2020-03-30 18:36:23 +03:00
heldamount storagenode/cache/heldamount added, errNoRows ignored 2020-03-31 11:35:58 +00:00
inspector all: simplify uuid usage 2020-04-02 13:45:19 +00:00
mailservice all: use monkit v3 2020-02-05 23:53:17 +00:00
marketingweb common: separate repository 2019-12-27 14:11:15 +02:00
metainfo Descellate Usage Error to Debug (#3780) 2020-04-03 13:20:20 +02:00
metrics all: use monkit v3 2020-02-05 23:53:17 +00:00
nodestats all: use monkit v3 2020-02-05 23:53:17 +00:00
orders satellite/orders: check for expired orders first 2020-04-02 12:35:11 -06:00
overlay satellite/overlay: reduce overhead of GetNodes 2020-03-30 18:36:23 +03:00
payments all: remove old uuid 2020-04-02 19:30:36 +03:00
referrals all: remove old uuid 2020-04-02 19:30:36 +03:00
repair all: remove old uuid 2020-04-02 19:30:36 +03:00
rewards all: simplify uuid usage 2020-04-02 13:45:19 +00:00
satellitedb all: remove old uuid 2020-04-02 19:30:36 +03:00
vouchers bump storj.io/common to latest 2020-03-25 09:08:40 -04:00
admin.go storj: remove storj/private/version package which was moved to 2020-03-24 14:31:33 +00:00
api.go satellite/metainfo: add max segment size and max inline size to 2020-04-02 12:41:28 +00:00
core.go storj: remove storj/private/version package which was moved to 2020-03-24 14:31:33 +00:00
gc.go storj: remove storj/private/version package which was moved to 2020-03-24 14:31:33 +00:00
peer.go satellite: compensation package and commands 2020-03-30 14:08:14 -06:00
repairer.go satellite/repair/repairer/ec.go: add option for downloading pieces onto disk instead of in memory during repair 2020-03-27 16:41:00 +00:00