storj/satellite/audit
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
..
chore.go satellite: add control panel 2020-01-30 08:06:43 -05:00
containment_test.go common: separate repository 2019-12-27 14:11:15 +02:00
containment.go common: separate repository 2019-12-27 14:11:15 +02:00
cryptosource.go satellite/audit: worker now verifies and reverifies (#2965) 2019-09-11 18:37:01 -04:00
disqualification_test.go satellite/overlay: optimize FindStorageNodes 2020-03-30 18:36:23 +03:00
integration_test.go common: separate repository 2019-12-27 14:11:15 +02:00
pathcollector_test.go satellite/metainfo: move RS configuration to satellite 2020-01-22 09:33:53 +00:00
pathcollector.go common: separate repository 2019-12-27 14:11:15 +02:00
queue_test.go common: separate repository 2019-12-27 14:11:15 +02:00
queue.go common: separate repository 2019-12-27 14:11:15 +02:00
reporter_test.go satellite/{overlay, satellitedb}: account for suspended field in overlay cache 2020-03-17 17:14:56 +00:00
reporter.go satellite/audit: clean up logging (#3832) 2020-03-30 12:09:50 -06:00
reservoir.go common: separate repository 2019-12-27 14:11:15 +02:00
reverify_test.go private/testplanet: allow modifying created database 2020-03-27 19:14:48 +00:00
testplanet_helpers_test.go private/testplanet: expose storagenode and satellite Config 2020-03-27 17:01:25 +02:00
verifier_test.go private/testplanet: allow modifying created database 2020-03-27 19:14:48 +00:00
verifier_unit_test.go common: separate repository 2019-12-27 14:11:15 +02:00
verifier.go satellite/audit: add not_enough_shares_for_audit counter 2020-04-03 17:00:50 +00:00
worker.go satellite: add control panel 2020-01-30 08:06:43 -05:00