Srijan Rastogi
Srijan Rastogi
- A new counter metric needs to be added which represents server errors (`app_server_error`) - A new counter metric for circuit open counts (`app_circuit_open_count`) - Add hostname and database labels...
GoFr is an Opinionated Go Framework, for accelerated micro-service development. For reference: https://gofr.dev/
Different datasources have different mock_logger implementation, which ideally should not be expected. Mocks are being manually generated, we should use mockgen instead, as it is easier to maintain and test.
In different datasources, methods with similar functionalities are named differently. Like: `logQueryAndSendMetrics` and `postProcess` both does the same task, but have different names in different packages. We can find out...
Now, the code is clearer to me. Thanks for the changes by the way. I would like to suggest something that would make more sense according to me Here the...
Extension of #529 - A new counter metric needs to be added which represents server errors (`app_server_error`) - A new counter metric for circuit open counts (`app_circuit_open_count`) Current metrics implementation...