This message was deleted.
# support
s
This message was deleted.
p
hey @anmol soin What specific data are you looking for - can you give more details? And what are you looking to build in the new page
a
I actually want the list of Application with total number of errors in the corresponding application
kinda like the sentry stats page
I want to show user on the page about the number of errors in the given application for eg:
Application Errors redis 3 frontend 2 myApp1 3 myApp2 2
something like this
so If there any API which can give me such data then It would be awesome
and Can I also try to contribute that code to SigNoz?
p
ok, I don't think we have APIs built for this currently
a
okay can you guide me how I can do that
p
a
I see that query-service is what is being used
but I don’t know that
how and what to change in the code
I have experience with Node.js
Express Mongodb mysql
but this clickhouse and druid is new
if you have some steps that would be great
can anyone help with creating an API
so that we can get just a list of applications experiencing errors and total errors encountered in that application?