examples VS opentelemetry-go

Compare examples vs opentelemetry-go and see what are their differences.

examples

Example apps and instrumentation for Honeycomb (by honeycombio)

opentelemetry-go

OpenTelemetry Go API and SDK (by open-telemetry)
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
examples opentelemetry-go
16 127
64 4,783
- 2.0%
2.6 9.7
4 months ago 5 days ago
Ruby Go
Apache License 2.0 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.

examples

Posts with mentions or reviews of examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-26.
  • Observability at KubeCon + CloudNativeCon Europe 2024 in Paris
    7 projects | dev.to | 26 Mar 2024
    Honeycomb
  • Tracing: Structured Logging, but better in every way
    9 projects | news.ycombinator.com | 20 Sep 2023
    I haven't used anything else, but I'll gladly shill for https://honeycomb.io.
  • Keeping up with my cat's šŸ’© using a RaspberryPi
    2 projects | dev.to | 23 May 2023
    With all of this in place I went a step further and added Opentelemetry to track the stats of how often the routine was being triggered on Honeycomb.
  • Anyone having say 1PB of MySQL data? What efficient storage solution are you using.
    1 project | /r/mysql | 9 May 2023
    Events can be used in many meaningful ways. The Event subsystem of B is pretty much a co-evolution of what honeycomb.io offers, but implemented completely differently - it is on bare-metal, and hence a lot cheaper. Because of that, B never subsampled, but always kept a full low of all events anywhere, no exceptions.
  • ā€œPeople used to take me seriously. Then I became a software vendorā€œ
    1 project | news.ycombinator.com | 29 Mar 2023
    It should be noted that this is a very oblique ad for http://honeycomb.io. That in no way impugns the content of the post, and in fact, it's given the content of the post that I feel compelled to point out that, ultimately, this is an ad. Because what is sales and advertising, anyway? It's just a way to get you to buy a product, and you can't do that if you've never even heard about the product. I'm not currently in the market for an observability solution (something something splunk) but if I were, I've now heard of them.

    The question though, is why does money ruin everything? The naive questions of an open source zealot to a proprietary software salesperson are one thing, but since we all need money to live, why does money being part of the equation (eg if someone was getting paid to post here) ruin things? Would a "donate to open source" button be more successful if the donate text is "buy me a coffee", "buy me a beer", or "upgrade my beer from Coors light"?

    https://xkcd.com/2347/ was and is true, and if we don't figure out a way to change that, I don't really see a future for open source.

  • Does anyone else use scatterplots of events?
    1 project | /r/sre | 8 Mar 2023
    Very cool to see honeycomb.io is doing that. I'm about to embark on my distributed tracing learning journey, this makes me want to try honeycomb right away.
  • Is there a beginners guide to adding observability to your applications?
    4 projects | /r/sre | 6 Mar 2023
    Caveat: I work for a vendor in the O11y space (https://honeycomb.io) as a Developer Advocate, however, this advice is generic, not specific to our platform.
  • KubeCon North America 2022: A Retrospective
    8 projects | dev.to | 9 Nov 2022
    I spent Day 2 at the Colony Club to attend OTel Unplugged. This event was sponsored by Lightstep, Honeycomb, New Relic, Splunk, Dynatrace, Crowdstrike, and NGINX. I came into the event not knowing what to expect. I can sometimes clamp up when Iā€™m around folks that I donā€™t know, but because I was helping with the event check-in, I got to say hello to a number of the attendees, which helped break the ice. And it turns out that there were a lot of names that I recognized from my work in the OTel community, and it was nice to connect in person with folks whom Iā€™d only previously met through Slack or Zoom.
  • The four pillars of data observability: metrics, metadata, lineage, and logs
    1 project | news.ycombinator.com | 14 Aug 2022
  • Honeycomb, Python, and I: an OpenTelemetry Horror Story (With a Happy Ending)
    3 projects | dev.to | 18 Apr 2022
    It's no surprise that my apps are mostly written using Sanic as I'm pretty involved with the project. I've been wanting to start testing honeycomb out as well, so it seemed the perfect opportunity to try out.

opentelemetry-go

Posts with mentions or reviews of opentelemetry-go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-05.
  • Taming the Multi-Headed Beast: Maintaining SDKs in Production for Years
    1 project | dev.to | 25 Apr 2024
    Our first approach was to implement a separate SDK for each independent technology stack. We decided to use OpenTelemetry which is widely adopted and covers most of our needs.
  • On Implementation of Distributed Protocols
    23 projects | dev.to | 5 Apr 2024
    Distributed system administrators need mechanisms and tools for monitoring individual nodes in order to analyze the system and promptly detect anomalies. Developers also need effective mechanisms for analyzing, diagnosing issues, and identifying bugs in protocol implementations. Logging, tracing, and collecting metrics are common observability techniques to allow monitoring and obtaining diagnostic information from the system; most of the explored code bases use these techniques. OpenTelemetry and Prometheus are popular open-source monitoring solutions, which are used in many of the explored code bases.
  • Observability at KubeCon + CloudNativeCon Europe 2024 in Paris
    7 projects | dev.to | 26 Mar 2024
    OpenTelemetry
  • Enhancing API Observability Series (Part 3): Tracing
    3 projects | dev.to | 19 Mar 2024
    When choosing distributed tracing tools, considerations include your technology stack, business requirements, and monitoring complexity. Zipkin, SkyWalking, and OpenTelemetry are popular distributed tracing solutions, each with its unique features.
  • Beyond Code Completion: Better Prompt Context to Supercharge Your AI Coding Workflow
    1 project | dev.to | 12 Mar 2024
    You can follow this process with any large token AI system like Claude by identifying tracing data relevant to the code you are working on, using it as context to prompt OpenAI or other LLMs. Generally, youā€™d generate tracing data by implementing OpenTelemetry (aka OTEL) libraries into your application, adding spans to your functions with Jaeger, or using commercial SaaS tools like Honeycomb and Datadog.
  • Open Telemetry: Observing and Monitoring Applications
    3 projects | dev.to | 7 Mar 2024
    While many programming languages provide robust support for Open Telemetry, this instance focuses on Golang. It's important to note that, in the current context, the logs SDK for Golang is not implemented. For future reference consult the list of supported languages and explore the Open Telemetry repositories. Always prioritize the main repository and its contrib repository, housing extensions and instrumentation libraries crucial to the Open Telemetry framework. Stay updated with the latest developments to ensure seamless integration and enhanced functionality.
  • Show HN: OneUptime ā€“ Self Hosted Open Source Datadog Alternative
    3 projects | news.ycombinator.com | 25 Feb 2024
    OneUptime (https://github.com/oneuptime/oneuptime) is the open-source alternative to DataDog. It's 100% free and you can self-host it on your VM / server / cloud or you can use SaaS at https://oneuptime.com

    NEW UPDATES (since we last posted to HN): We now support OpenTelemetry (https://opentelemetry.io/) natively which will help you to monitor, observe and debug any app, service, database or stack.

  • The Lord of Playwright: The Two Traces
    2 projects | dev.to | 8 Feb 2024
    OpenTelemetry is the fastest growing Cloud Native Computing Foundation (CNCF) project. It standardizes the instrumentation and collection of traces, metrics, and logs from applications, and is supported by all the major observability projects, languages, and tools. One standard to rule them all!
  • Observabilidade de microsserviƧos com OpenTelemetry e Amazon OpenSearch [Lab Session]
    3 projects | dev.to | 29 Jan 2024
    OpenTelemetry is a collection of tools, APIs, and SDKs. Use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) to help you analyze your softwareā€™s performance and behavior. https://opentelemetry.io/
  • Sumo Logic and Tracetest: AI-Driven Observability Meets Testing
    2 projects | dev.to | 18 Jan 2024
    Tracetest uses your existing OpenTelemetry traces to power trace-based testing with assertions against your trace data at every point of the request transaction. You only need to point Tracetest to your existing trace data source, or send traces to Tracetest directly!

What are some alternatives?

When comparing examples and opentelemetry-go you can also consider the following projects:

metriql - The metrics layer for your data. Join us at https://metriql.com/slack

skywalking - APM, Application Performance Monitoring System

otel-cli - OpenTelemetry command-line tool for sending events from shell scripts & similar environments

signoz - SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. šŸ”„ šŸ–„. šŸ‘‰ Open source Application Performance Monitoring (APM) & Observability tool

nx-go - šŸˆ Nx plugin to use Go in a Nx Workspace

YARP - A toolkit for developing high-performance HTTP reverse proxy applications.

nxpansion

opentelemetry-dotnet - The OpenTelemetry .NET Client

keptn - Cloud-native application life-cycle orchestration. Keptn automates your SLO-driven multi-stage delivery and operations & remediation of your applications.

VictoriaMetrics - VictoriaMetrics: fast, cost-effective monitoring solution and time series database

hyperdx - Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.

opentelemetry-go-contrib - Collection of extensions for OpenTelemetry-Go.