Anyone else facing intermittence when querying? I'...
# support
l
Anyone else facing intermittence when querying? I'm getting
Copy code
{
  "status": "success",
  "data": {
    "resultType": "matrix",
    "result": null
  }
}
and some successful queries
p
@Lucas Carlos Is this from queries in dashboards?
l
yes
@Pranay do you guys have a recommendation o clickhouse for high-availability? I found that if I have multiple replicas the data return as null
a
yes @Lucas Carlos, multiple replicas are not supported yet. If you enable replication, data will being ingested to just 1 shard and replica and the APIs will hit the correct shard with data in probabilistic way and hence you sometimes see data and sometimes see null
We are releasing distributed setup next week and replication in some time. I would recommend to get started with 1 shard and 1 replica
l
😞
Thanks for the explanation
Please, let me know if we (SignalWire Inc.) can help to speed-up this process
a
sure....we are almost in testing phase of sharded setup. This would be non-breaking but replication will be breaking and would take sometime to release. Are you okay to try out a fresh signoz installation to enable both sharding and replication?
That way we don't need to wait for migration scripts
l
Yes, we can do, for sure
a
are you guys on k8s?
l
yes, helm chart based
a
Cool
and what usecase are you trying to enable first with SigNoz?
l
for the moment, only metrics, but we'll use it heavily in the future
we've ~600 nodes on signoz at the moment
a
ok..got it
which set of receivers have you enabled? Looking for mainly hostmetrics and k8s metrics or something else too?
l
hostmetrics and k8s metrics and some prometheus jobs
a
okay... let us get you soon on SigNoz.