Srijan Rastogi

Results 6 issues of 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...

enhancement
Observability

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.

good first issue
Datasource

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...

good first issue

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...

enhancement
Datasource

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...

help wanted
Observability