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
Replication:
Fetch a missing metric using query API
Current behavior
The error raised does not indicate what is wrong with the query
Traceback (most recent call last):
File "/home/ubuntu/Code/apptuit/tenants/bigbasket/es-glacier-snaphots/toktest.py", line 14, in <module>
retry_count=3 # this will retry in case of 500 response or connection errors occur.
File "/usr/local/lib/python2.7/dist-packages/apptuit/apptuit_client.py", line 362, in query
"query service due to exception: %s" % str(http_error))
apptuit.apptuit_client.ApptuitException: Failed to get response from Apptuitquery service due to exception: 400 Client Error: for url: https://api.apptuit.ai/api/query?start=1584607074&q=fetch%28%27missing_metric%27%29
Expectation
The API response has the error message that says the metric is missing. This message should be passed on to the API caller
Replication:
Fetch a missing metric using query API
Current behavior
The error raised does not indicate what is wrong with the query
Expectation
The API response has the error message that says the metric is missing. This message should be passed on to the API caller
The text was updated successfully, but these errors were encountered: