opentelemetry-specificatio VS self-hosted

Compare opentelemetry-specificatio vs self-hosted and see what are their differences.

self-hosted

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept (by getsentry)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
opentelemetry-specificatio self-hosted
7 28
- 7,264
- 2.7%
- 9.0
- 7 days ago
Shell
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

opentelemetry-specificatio

Posts with mentions or reviews of opentelemetry-specificatio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-16.
  • Migrating to OpenTelemetry
    8 projects | news.ycombinator.com | 16 Nov 2023
    Sure, happy to provide more specifics!

    Our main issue was the lack of a synchronous gauge. The officially supported asynchronous API of registering a callback function to report a gauge metric is very different from how we were doing things before, and would have required lots of refactoring of our code. Instead, we wrote a wrapper that exposes a synchronous-like API: https://gist.github.com/yolken-airplane/027867b753840f7d15d6....

    It seems like this is a common feature request across many of the SDKs, and it's in the process of being fixed in some of them (https://github.com/open-telemetry/opentelemetry-specificatio...)? I'm not sure what the plans are for the golang SDK specifically.

    Another, more minor issue, is the lack of support for "constant" attributes that are applied to all metrics. We use these to identify the app, among other use cases, so we added wrappers around the various "Add", "Record", "Observe", etc. calls that automatically add these. (It's totally possible that this is supported and I missed it, in which case please let me know!).

    Overall, the SDK was generally well-written and well-documented, we just needed some extra work to make the interfaces more similar to the ones were were using before.

  • OpenTelemetry in 2023
    36 projects | news.ycombinator.com | 28 Aug 2023
    Two problems with OpenTelemetry:

    1. It doesn't know what the hell it is. Is it a semantic standard? Is a protocol? It is a facade? What layer of abstraction does it provide? Answer: All of the above! All the things! All the layers!

    2. No one from OpenTelemetry has actually tried instrumenting a library. And if they have, they haven't the first suggestion on how instrumenters should actually use metrics, traces, and logs. Do you write to all three? To one? I asked this question two years ago, not a single response. [1]

    [1] https://github.com/open-telemetry/opentelemetry-specificatio...

  • Go standard library: structured, leveled logging
    11 projects | news.ycombinator.com | 11 Sep 2022
    That's why you have otel logging: https://github.com/open-telemetry/opentelemetry-specificatio...
  • Monarch: Google’s Planet-Scale In-Memory Time Series Database
    4 projects | news.ycombinator.com | 14 May 2022
    There are a large amount of subtle tradeoffs around the bucketing scheme (log, vs. log-linear, base) and memory layout (sparse, dense, chunked) the amount of configurability in the histogram space (circllhist, DDSketch, HDRHistogram, ...). A good overview is this discussion here:

    https://github.com/open-telemetry/opentelemetry-specificatio...

    As for the circllhist: There are no knobs to turn. It uses base 10 and two decimal digits of precision. In the last 8 years I have not seen a single use-case in the operational domain where this was not appropriate.

  • OpenTelemetry
    7 projects | news.ycombinator.com | 26 Oct 2021
    A good place to look at is the milestones on GitHub: https://github.com/open-telemetry/opentelemetry-specificatio...

    Logging is still experimental in the spec. Metrics API is feature freeze and the protocol is stable, so it's more on language SDKs to stabilize their implementations. This is a focus for several of them right now.

self-hosted

Posts with mentions or reviews of self-hosted. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-05.
  • Sentry new TOS to use data to train AI with no opt-out
    2 projects | news.ycombinator.com | 5 Jan 2024
    This is the point where I will point out that you can self-host Sentry free of charge :) https://develop.sentry.dev/self-hosted/
  • Low cost self-hosted bug reporting?
    1 project | /r/laravel | 8 Dec 2023
    Sentry can be self hosted: https://develop.sentry.dev/self-hosted/
  • FSL: A License for the Bazaar, Not the Cathedral
    4 projects | news.ycombinator.com | 19 Nov 2023
    The people we're concerned about are not the hundreds of thousands of Sentry users, including those that self-host.

    We're concerned about people who have taken the software for the purposes of competing directly against us, that hinders our ability to monetize the work. Monetizing the work helps us continue improving the software and distribute it for free use, benefitting those aforementioned real users (e.g. https://github.com/getsentry/self-hosted).

  • Show HN: A open-source financial accounting alternative to QuickBooks
    5 projects | news.ycombinator.com | 25 Sep 2023
    > I mean no slander or disrespect to anyone involved, but there was a DataDog alternative posted sometime in the last few weeks that had a docker-compose with like 15 containers in it.

    Reminds me of Sentry: https://develop.sentry.dev/self-hosted/

    This is their example docker-compose for self-hosting: https://github.com/getsentry/self-hosted/blob/master/docker-...

    It has:

      - exim4 (smtp)
  • OpenTelemetry in 2023
    36 projects | news.ycombinator.com | 28 Aug 2023
    > What should people use?

    I recall Apache Skywalking being pretty good, especially for smaller/medium scale projects: https://skywalking.apache.org/

    The architecture is simple, the performance is adequate, it doesn't make you spend days configuring it and it even supports various different data stores: https://skywalking.apache.org/docs/main/v9.0.0/en/setup/back...

    The problems with it are that it isn't super popular (although has agents for most popular stacks), the docs could be slightly better and I recall them also working on a new UI so there is a little bit of churn: https://skywalking.apache.org/downloads/

    Still better versus some of the other options when you need something that just works instead of spending a lot of time configuring something (even when that something might be superior in regards to the features): https://github.com/getsentry/self-hosted/blob/master/docker-...

    Sentry is just the first thing that comes to mind (OpenTelemetry also isn't simpler due to how much it tries to do), but compare its complexity to Skywalking: https://github.com/apache/skywalking/blob/master/docker/dock...

    I wish there was more self-hosted software like that out there, enough to address certain concerns in a simple way on day 1 and leave branching out to more complex options like OpenTelemetry once you have a separate team for that and the cash is rolling in.

  • Why use application stacks script installers
    1 project | /r/selfhosted | 24 Jun 2023
  • OpenObserve: Elasticsearch/Datadog alternative in Rust.. 140x lower storage cost
    10 projects | news.ycombinator.com | 11 Jun 2023
    Sounds interesting!

    Will you compare with qryn? Self-hosted sentry?

    qryn.metrico.in/

    https://develop.sentry.dev/self-hosted/

  • Insufficient logging
    1 project | /r/django | 11 Jun 2023
    I haven't done it in years, but technically sentry is able to be self hosted https://github.com/getsentry/self-hosted
  • Cloud Native Alternative to Sentry?
    2 projects | /r/kubernetes | 18 May 2023
  • Show HN: We built a ClickHouse-based logging service
    10 projects | news.ycombinator.com | 20 Apr 2023
    yes to the second https://github.com/getsentry/self-hosted/blob/23.4.0/docker-... and only after the embargo is over to the first: https://github.com/getsentry/self-hosted/blob/23.4.0/LICENSE...

    I also miss the "good old days" when running sentry was like 3 containers, not the 32 of modern Sentry

What are some alternatives?

When comparing opentelemetry-specificatio and self-hosted you can also consider the following projects:

skywalking - APM, Application Performance Monitoring System

Sentry - Developer-first error tracking and performance monitoring

SLF4J - Simple Logging Facade for Java

Code-Server - VS Code in the browser

opentelemetry-specification - Specifications for OpenTelemetry

apprise - Apprise - Push Notifications that work with just about every platform!

semantic-conventions - Defines standards for generating consistent, accessible telemetry across a variety of domains

zammad-docker-compose - Zammad Docker images for docker-compose

zipkin-api - Zipkin's language independent model and HTTP Api Definitions

ML-Workspace - 🛠 All-in-one web-based IDE specialized for machine learning and data science.

jvm-serializers - Benchmark comparing serialization libraries on the JVM

JupyterLab - JupyterLab computational environment.