Live data from Hacker News

Viewing profile — vmihailenco

vmihailenco

HN member
Joined
Thu, Oct 21, 2021, 8:41 AM UTC
HN karma
161
Public activity
44 items

About vmihailenco

No profile information was provided.

Recent public activity

  1. comment
    Comment #44668078

    We’ve just released Uptrace v2.0 , a major re-architecture of our open-source observability platform (traces, logs, metrics). This release focuses on performance and scalability : …

  2. story
  3. story
    Show HN: Traces, metrics, and logs using OpenTelemetry and ClickHouse

    Uptrace is an open source APM that supports distributed tracing, metrics, and logs. You can use it to monitor applications and troubleshoot issues. The latest v1.7 release introduc…

  4. story
    Show HN: Uptrace v1.6 open-source alternative to Datadog, NewRelic

    Uptrace is an open source APM that supports distributed tracing, metrics, and logs. You can use it to monitor applications and troubleshoot issues. The latest v1.6 release adds sup…

  5. comment
    Comment #35650735

    Uptrace is an open-source APM tool that supports distributed tracing, metrics, and logs. You can use it to monitor applications and set up alerts to receive notifications via email…

  6. story
  7. comment
    Comment #32737889

    Echarts which we use supports exporting charts as images so it probably can be added relatively easy. Embedding is another possible option.

  8. comment
    Comment #32736454

    I use memory profiling with Go and it is indeed very useful. I think that whatever Go already provides is enough, but I guess Uptrace could try to automate some things and/or provi…

  9. comment
    Comment #32736300

    Thanks for the feedback. Any projects that you could recommend that do it right?

  10. comment
    Comment #32735766

    When compared with ElasticSearch, ClickHouse can handle the same amount data using 10x less resources and that is not an exaggeration. It is even worse with MariaDB/MySQL/PostgreSQ…

  11. comment
    Comment #32735683

    My understanding is that APM became or always was a marketing term which is used rather freely. For that reason I try to avoid it, but search engines love it and I don't know a bet…

  12. comment
    Comment #32735224

    Uptrace uses the BSL license to forbid or rather not allow other companies creating a cloud service using Uptrace code, because that is how we are planning to monetize. But you can…

  13. comment
    Comment #32735208

    I am not a lawyer so I can't keep up the discussion on the necessary level so I will just clarify few things. Uptrace uses the BSL license to forbid or rather not allow other compa…

  14. comment
    Comment #32735085

    You can self-host Uptrace and use it in production environment. This is explicitly stated in the FAQ - https://github.com/uptrace/uptrace#faq . But you can't resell Uptrace to othe…

  15. comment
    Comment #32734847

    >the possibility they will be restricted further It is true for all licenses, for example, it is possible to keep old code available under old permissive license but release all ne…

  16. comment
    Comment #32734802

    We already use JWT tokens that are passed in a HTTP cookie so perhaps we could document how it works and let users sign JWT tokens themselves. That way your app only needs to set a…

  17. comment
    Comment #32734590

    It is the same license used by MariaDB, Sentry, CockroachDB, Couchbase and many others. Technically it is not open source and instead is called source available, but you can enjoy …

  18. comment
    Comment #32734335

    Thanks! Don't hesitate to send any feedback you have so we have a chance to improve :)

  19. comment
    Comment #32734333

    DataDog has a high learning curve and can be rather expensive if you need to monitor a lot of hosts and microservices. Uptrace tries hard to stay simple while providing almost the …

  20. comment
    Comment #32734246

    It is possible using Vector Logs which Uptrace supports out-of-the-box, for example: - https://vector.dev/docs/reference/configuration/sources/dock... - https://uptrace.dev/get/ing…

  21. comment
    Comment #32734211

    Thanks for the feedback! >- Are there any recommendations for scaling (e.g. benchmarks) on how many spans/s are supported on what hardware? With Uptrace, I was able to achieve 10k …

  22. comment
    Comment #32733640

    You can ingest data using OpenTelemetry Protocol (OTLP), Vector Logs, and Zipkin API. You can also use OpenTelemetry Collector to collect Prometheus metrics or receive data from Ja…

  23. story
    Show HN: Open-source APM with support for tracing, metrics, and logs

    Uptrace is an all-in-one tool that supports distributed tracing, metrics, and logs. It uses OpenTelelemetry observability framework to collect data and ClickHouse database to store…

  24. story
    Show HN: Tracing Using OpenTelemetry and ClickHouse

    Uptrace adds support for exceptions, in-app logs, basic users and projects management.

  25. comment
    Comment #29723558

    So far my experience is that it is best to avoid trying to solve such problems with a query language and instead provide a much simpler UI to achieve the same. Solving such problem…