SigNoz / signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://signoz.io
Other
19.48k stars 1.31k forks source link

Test: Increase code coverage #171

Open muddlebee opened 3 years ago

muddlebee commented 3 years ago
ankitnayan commented 3 years ago

@anweshknayak Query service has gone through major refactoring as we now support both Apache Druid and ClickHouse. It works using an interface pattern. I have defined the APIs needed by frontend as interface and packages clickhouseReader and druidReader implement those interfaces.

And thanks for the PR. It would be of great help.