Kranthi Kumar KVS

Results 12 comments of Kranthi Kumar KVS

@sungam3r, I am not using the GremlinHealthCheck directly in my component but the code we have here - https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/src/HealthChecks.Gremlin/GremlinHealthCheck.cs Exception occurred in this line of code - await g.Inject(0).Promise(t =>...

Can't this issue be resolved by using the accurate strategy for sclaed job configuration? https://github.com/kedacore/keda/pull/1227

Thanks, @SaurabhSharma-MSFT, I am not looking for the RU's of a given request, I am aware of that, it is already present. As stated earlier I am looking to know...

@SaurabhSharma-MSFT, any update on this pl.

@SaurabhSharma-MSFT, I have gone through the List Metric documentation you shared and formed this request - https://management.azure.com/subscriptions/29dcf6d6-4c5c-4cd6-8198-c70cc7e368fb/resourceGroups/p-catman-pd-psr03-us-staging/providers/Microsoft.DocumentDB/databaseAccounts/o5319onx3642yef8lj6ughak/databases/sa-document-db/metrics?api-version=2021-04-01-preview&$filter=$filter=(name.value eq 'Total Requests') But everytime I get BadRequest, please can you suggest what's...

@SaurabhSharma-MSFT, I have used the same filter earlier as well and see the same error again. `https://management.azure.com/subscriptions/29dcf6d6-4c5c-4cd6-8198-c70cc7e368fb/resourceGroups/p-catman-pd-psr03-us-staging/providers/Microsoft.DocumentDB/databaseAccounts/o5319onx3642yef8lj6ughak/databases/sa-document-db/metrics?api-version=2021-04-01-preview&$filter=$filter=(name.value eq 'Total Requests')` ![image](https://user-images.githubusercontent.com/60686473/189337377-3b97f640-866b-4abb-bf3f-513429f4446e.png) Please suggest how to get the "Normalized RU Consumption"...

This discuss was started to get the "Normalized RU Consumption" value from this API call. Which still I don't have. The one we discussed above was exploring the metric API....

Please let me know if I can add a trace and share it with you, so you get more details.

Please find my comments below - - Do you have an active eslintrc? Yes, we have eslintConfig in package.json file "eslintConfig": { "extends": "react-app", "rules": { "no-unused-vars": 0, "@typescript-eslint/no-unused-vars": 0...