Hello, I have a question about the `query-service`...
# general
g
Hello, I have a question about the
query-service
, I noticed in the logs many queries going to https://api.segment.io and https://app.posthog.com what is it? And how can I turn it off (the gateway show too many errors and trigger some alert on our monitoring stack).
Copy code
signoz-query-service posthog 2023/03/13 13:52:22 ERROR: sending request - Post "<https://app.posthog.com/batch/>": dial tcp 3.91.127.143:443: connect: connection refused
signoz-query-service segment 2023/03/13 13:52:22 ERROR: sending request - Post "<https://api.segment.io/v1/batch>": dial tcp 44.228.49.115:443: connect: connection refused
g
Thanks!