Channels
watercooler
incidents
reactjs-config
k8s_operator_helm
write-for-signoz
signoz-alert-testing
testsupport
webhook-dev
general
contributing
support
contributing-frontend
github-activities
Powered by
#support
Title
# support
n
Naveen
03/31/2022, 4:34 PM
Hi team, how can we remove the p50 and p95 from signoz application metrics permanently?
p
Palash Gupta
04/01/2022, 3:15 AM
@User
v
Vishal Sharma
04/01/2022, 4:41 AM
@User
That will require code changes on backend. You have to update this API
/api/v1/service/overview
to not return p50 and p95.
n
Naveen
04/01/2022, 5:21 AM
On which file in signoz i need to correct it
v
Vishal Sharma
04/01/2022, 5:37 AM
You will have to update this clickhouse query:
https://github.com/SigNoz/signoz/blob/1002ab553eed39b580d22f88d1c06b76757ea987/pkg/query-service/app/clickhouseReader/reader.go#L1149
👍 1
a
Ashu
04/01/2022, 5:45 AM
Also, check this out for metrics setup:
https://signoz.io/docs/userguide/overview/
Post