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
msstats script failed to process MemoryStore for Redis - Basic tier with the following error log:
Processing Google Account with credentials found in: /Users/gilbertlau/Google/creds/gilbert-lau-sa-key.json
Traceback (most recent call last):
File "/Users/gilbertlau/Documents/GitHub/msstats/msstats.py", line 772, in
main()
File "/Users/gilbertlau/Documents/GitHub/msstats/msstats.py", line 763, in main
project_id, stats = process_google_service_account(service_account)
File "/Users/gilbertlau/Documents/GitHub/msstats/msstats.py", line 694, in process_google_service_account
metric_points[database][node_id]['BytesUsedForCache'] = BytesUsedForCache
KeyError: 'abc-basic'
The text was updated successfully, but these errors were encountered:
msstats script failed to process MemoryStore for Redis - Basic tier with the following error log:
Processing Google Account with credentials found in: /Users/gilbertlau/Google/creds/gilbert-lau-sa-key.json
Traceback (most recent call last):
File "/Users/gilbertlau/Documents/GitHub/msstats/msstats.py", line 772, in
main()
File "/Users/gilbertlau/Documents/GitHub/msstats/msstats.py", line 763, in main
project_id, stats = process_google_service_account(service_account)
File "/Users/gilbertlau/Documents/GitHub/msstats/msstats.py", line 694, in process_google_service_account
metric_points[database][node_id]['BytesUsedForCache'] = BytesUsedForCache
KeyError: 'abc-basic'
The text was updated successfully, but these errors were encountered: