self-hosted VS Exceptionless

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
self-hosted Exceptionless
29 6
7,284 2,366
1.5% 0.2%
9.1 9.7
5 days ago 7 days ago
Shell C#
GNU General Public License v3.0 or later Apache License 2.0
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.

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-04-30.
  • Pydantic Logfire
    6 projects | news.ycombinator.com | 30 Apr 2024
    I was responding to the One of the Sentry inconvenience is self-hosting: it relies on so many services it can be very complicated to maintain part, and also reminding readers that if they, too, hate companies that rug-pull their open source licenses, there is a band-aid for both parts

    Compare https://github.com/getsentry/self-hosted/blob/9.1.2/docker-c... with https://github.com/getsentry/self-hosted/blob/24.4.2/docker-... for what life used to be like for running Sentry on-prem. It was awesome

    It would take a ton of work to dig up the actual memory and CPU requirements of each one, but rest assured they're not zero, so every one of those services eats ram and requires TLC when, not if, they shit themselves. So, more parts == more headaches with all other things being equal

    Then, I deeply appreciate that there are a whole spectrum of reactions to the various licensing schemes in use nowadays, and a bunch of folks don't care. I care, though, because I have gotten immense value from open source projects, and have contributed changes back to quite a few. It has been my life experience that any of those "source available" licenses usually are very hostile toward making local builds and if I can't build it to match how prod goes, then I can't test my fixes in my environment and then I can't contribute the PR with any faith

  • 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

Exceptionless

Posts with mentions or reviews of Exceptionless. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-16.
  • Sentry alternative that can run on ARM?
    2 projects | /r/selfhosted | 16 Jan 2022
    Maybe Exceptionless?
  • How To Monitor Events in Your Svelte App
    4 projects | dev.to | 11 Oct 2021
    With Svelte taking a different approach to JavaScript web frameworks, we should explore how (if at all) handling events and monitoring those events works in Svelte. Open-source ❤️ open-source, so we'll use the open-source event monitoring tool, Exceptionless alongside our Svelte app.
  • How to Build a Custom Go Client For a REST API
    2 projects | dev.to | 29 Mar 2021
    Exceptionless is powered by a REST API. When you interact with the dashboard UI, when you use the .NET client, and when you use the JavaScript client, you are interacting with the REST API. It is well-documented, and it can be used without any client libraries. This paradigm makes it simple for developers to create their own wrappers around the API. In fact, we recently started work on building an official Go client for Exceptionless. Along the way, we learned some tips and tricks that may be helpful for others that want to build clients and SDKs in Go that wrap RESTful APIs.
  • How to Debug Electron Apps
    1 project | dev.to | 23 Feb 2021
    We're going to be making use of Exceptionless and the Exceptionless JavaScript client to debug and monitor our Electron application. Exceptionless is free to get started and totally open-source. Let's get started.
  • Using an Error Monitoring Service to Track User Experience
    1 project | dev.to | 21 Sep 2020
    It's open-source and can be totally self-hosted

What are some alternatives?

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

Sentry - Developer-first error tracking and performance monitoring

Serilog.Exceptions - Log exception details and custom properties that are not output in Exception.ToString().

Code-Server - VS Code in the browser

DiscordChatExporter - Exports Discord chat logs to a file

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

Exceptionless - Exceptionless clients for the .NET platform

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

RedLock.net - An implementation of the Redlock algorithm in C#

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

Exceptionless.DateTimeExtensions - DateTimeRange, Business Day and various DateTime, DateTimeOffset, TimeSpan extension methods

JupyterLab - JupyterLab computational environment.

ApplicationInsights-dotnet - ApplicationInsights-dotnet