Live data from Hacker News

Viewing profile — ankitnayan

ankitnayan

HN member
Joined
Wed, Mar 25, 2015, 10:33 AM UTC
HN karma
37
Public activity
38 items

About ankitnayan

No profile information was provided.

Recent public activity

  1. comment
    Comment #45238406

    and here query builder helps by making it earier to do cross-signal joins and subqueries. I see that is upcoming in SigNoz https://signoz.io/blog/query-builder-v5/#what-we-couldnt-…

  2. comment
    Comment #45238342

    You might also like the interactive dashboard feauture that was released in the recent launch week https://www.youtube.com/watch?v=YQTQXq0F5Iw&ab_channel=SigNo...

  3. comment
    Comment #40687955

    I think all of us agree that OpenTelemetry's end-goal of making Observability vendor neutral is futuristic and inevitable. We can complain about it being hard to get started, bloat…

  4. comment
    Comment #40278246

    you can add https://github.com/open-telemetry/opentelemetry-collector-co... at signoz's otel-collector which will scrape your service's endpoint periodically. If your service is do…

  5. comment
    Comment #39917134

    Interesting post. How do you apply restrictions on your queries? Otherwise a few concurrent queries scanning huge data or being slow due to groupby, etc can slowdown the system. Al…

  6. comment
    Comment #39563021

    However the CPU and memory resources used are very minimalist. On no load conditions, it takes around 0.3-0.5 CPUs and 1.5-2GB RAM

  7. comment
    Comment #38925220

    I have seen it ingest 500K events/s. How did you conclude the poor perf?

  8. comment
    Comment #37982217

    When handling surges of the order of 10x, it's much more difficult to scale the different components of loki than to write them to Kafka/Redpanda first and consume at a consistent …

  9. comment
    Comment #37982201

    it's very hard to think s3 work as a buffer. Every datastore can work for almost all storage usecases buffer/queue/db when the scale is low but the latter were designed to work at …

  10. comment
  11. comment
    Comment #37982164

    https://www.confluent.io/blog/exactly-once-semantics-are-pos...

  12. comment
    Comment #37981908

    Caching is to improve read performance whereas Kafka is used to handle ingest volume. I couldn't correlate the Grafana articles shared

  13. comment
    Comment #36291441

    Hi Prabhat, I am one of the maintainers at SigNoz. Nice to see OpenObserve's belief that the future of Observability should be OpenSource. We chose clickhouse rather than building …

  14. comment
    Comment #35857798

    An OpenSource alternative to DataDog built on ClickHouse database which is also native to OpenTelemetry https://github.com/SigNoz/signoz

  15. comment
    Comment #33056335

    https://github.com/SigNoz/signoz/blob/main/LICENSE

  16. comment
    Comment #33056321

    Yes...we are avoiding join altogether. Currently we used join in timeseries but we are probably moving away from that due to perf. Single table is amazingly fast

  17. comment
    Comment #33053160

    Basically, the choice of DB is different, relational vs analytical DB. IMO clickhouse should be better at ingestion rate and aggregation queries.

  18. comment
    Comment #33053138

    What does your schema for metrics look like? Using materialised views? I am particularly interested in storing metrics with labels(key/val pairs) Eg, Prometheus metrics. You can't …

  19. comment
    Comment #30871340

    I would love to see some benchmarks when making such a heavy claim. I would be interested in knowing performance of ingestion rate, query timings and resource usage.

  20. comment
    Comment #26479936

    We have recently been talking to a few companies in HealthCare and Fintech, and it seems they have strong needs for data to remain on-premise. One of such verticals in the company …

  21. story
  22. comment
    Comment #26086154

    hmm..got your point. We shall definitely look into other queuing system to be integrated as interface. Trying to understand better, what's a super simple dev setup like (to get the…

  23. comment
    Comment #26085892

    Thanks, feel free to reachout to us if you have any concerns or want to discuss in general. We are always eager to learn and help.

  24. comment
    Comment #26083051

    really liked the way you put things to clarity. Thanks for these inputs and suggestions, will definitely think harder on this.

  25. comment
    Comment #26082370

    Nothing wrong there. If enough users want, we can add clickhouse also