Viewing profile — vmihailenco
vmihailenco
HN member- Joined
- Thu, Oct 21, 2021, 8:41 AM UTC
- HN karma
- 161
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About vmihailenco
No profile information was provided.
Recent public activity
-
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 : …
- story
-
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…
-
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…
-
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…
- story
-
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.
-
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…
-
comment
Comment #32736300
Thanks for the feedback. Any projects that you could recommend that do it right?
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
comment
Comment #32734335
Thanks! Don't hesitate to send any feedback you have so we have a chance to improve :)
-
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 …
-
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…
-
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 …
-
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…
-
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…
-
story
Show HN: Tracing Using OpenTelemetry and ClickHouse
Uptrace adds support for exceptions, in-app logs, basic users and projects management.
-
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…