Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

Open Telemetry

An observability framework for cloud-native software. subtitle

Open Telemetry Reviews and details

Screenshots and images

  • Open Telemetry Landing page
    Landing page //
    2023-04-27

Badges

Promote Open Telemetry. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Open Telemetry and what they use it for.
  • Taming the Multi-Headed Beast: Maintaining SDKs in Production for Years
    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. - Source: dev.to / about 1 month ago
  • On Implementation of Distributed Protocols
    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... - Source: dev.to / 23 days ago
  • Enhancing API Observability Series (Part 3): Tracing
    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. - Source: dev.to / about 1 month ago
  • Beyond Code Completion: Better Prompt Context to Supercharge Your AI Coding Workflow
    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. - Source: dev.to / about 2 months ago
  • Show HN: OneUptime – Self Hosted Open Source Datadog Alternative
    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. - Source: Hacker News / 2 months ago
  • The Lord of Playwright: The Two Traces
    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! - Source: dev.to / 3 months ago
  • Observabilidade de microsserviços com OpenTelemetry e Amazon OpenSearch [Lab Session]
    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/. - Source: dev.to / 3 months ago
  • Sumo Logic and Tracetest: AI-Driven Observability Meets Testing
    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! - Source: dev.to / 3 months ago
  • Integration Testing Vercel Serverless Functions with OpenTelemetry
    OpenTelemetry, an open-source observability framework, is one such tool. It helps gather, process, and export data like traces, metrics, and logs. Traces are especially useful as they provide insights into how distributed systems perform by tracing requests across various services. - Source: dev.to / 4 months ago
  • Working On Overhaul Of Complete App & It's Infrastructure
    For your Observability, Grafana and Prometheus (or Thanos/Mimir) is a good start. I would use OpenTelemetry to send metrics from your services to Prometheus. If you then need more insights add Tempo for tracing since it will pair well with Grafana. Source: 5 months ago
  • Transition to OpenTelemetry, enhanced policy testing, and more - Cerbos v0.32
    Cerbos fully transitioned from OpenCensus to OpenTelemetry, a move that significantly boosts our metrics and tracing capabilities. This shift allows for more efficient integration with a variety of observability products supporting the OpenTelemetry protocol (OTLP) but also offers the flexibility to use push metrics and fine-tune trace sampling. With this update, configuration through the tracing block in Cerbos... - Source: dev.to / 5 months ago
  • The Power of Traces: Learn by Contributing to OpenTelemetry
    OpenTelemetry is a powerful observability framework that enables the collection, analysis, and export of telemetry data from applications. It provides a standardized approach for instrumenting code, allowing developers to gain valuable insights into application performance and behavior. With OpenTelemetry, monitoring and troubleshooting systems, identifying bottlenecks, and optimizing application performance... - Source: dev.to / 5 months ago
  • Top 11 Grafana Alternatives in 2023
    SigNoz is built to support OpenTelemetry. OpenTelemetry is an open-source standard for generating telemetry signals, which allows you to avoid vendor lock-in and provides flexibility in choosing different backends for different signals. - Source: dev.to / 6 months ago
  • Level Up Node.js E2E and Integration Testing with OpenTelemetry
    OpenTelemetry is an observability framework that enables developers to collect, generate, and manage telemetry data from their applications. It provides a set of APIs, SDKs, and instrumentation libraries that allow developers to instrument their code and capture metrics, traces, and logs. - Source: dev.to / 6 months ago
  • OpenTelemetry is not just for Monitoring and Troubleshooting any longer. Announcing Tracetest Open Beta!
    Ted Young, co-founder of the OpenTelemetry project, told me in a recent conversation:. - Source: dev.to / 7 months ago
  • Distributed Traces for Testing with Tekton Pipelines and Tracetest
    Tracetest, an open-source testing tool that uses OpenTelemetry traces for testing, offers a sophisticated test harness for distributed cloud-native apps. It empowers users to test their apps by harnessing data from distributed traces produced by OpenTelemetry. This enables creating test specs and assertions that validate whether an application aligns with the intended behavior, as defined by pre-established test... - Source: dev.to / 8 months ago
  • Send your logs to Loki
    One of my current talks focuses on Observability in general and Distributed Tracing in particular, with an OpenTelemetry implementation. In the demo, I show how you can see the traces of a simple distributed system consisting of: the Apache APISIX API Gateway, a Kotlin app with Spring Boot, a Python app with Flask, and a Rust app with Axum. - Source: dev.to / 8 months ago
  • OpenTelemetry in 2023
    Https://opentelemetry.io > OpenTelemetry is a collection of APIs, SDKs, and tools. Use it to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) to help you analyze your software’s performance and behavior. You can absolutely categorize telemetry into these high-level categories, true. But the specifics on how that data is captured, exported, collected, queried, etc. Is... - Source: Hacker News / 8 months ago
  • It's 2AM Do you Know What Your Code is Doing?
    There’s a lot of history with OpenTelemetry which I don’t want to get into, if you’re an observability geek you already know it and if not then it’s boring. What matters is that OpenTelemetry is taking over the world of tracing. It’s a runtime agent which means you just add it to the server and you get tracing information almost seamlessly. It’s magic. - Source: dev.to / 8 months ago
  • Building Serverless Applications with AWS – Observability
    A quick note on portability. If you are concerned with vendor lock-in by any stretch, have a look at OpenTelemetry. This is the ultra-portable set of standards that you can build your foundation upon thus avoiding lock-in and having the right amount of abstraction to your observability strategy. I'm completely not doing OpenTelemetry justice but it's something that you should explore on your own at this point and... - Source: dev.to / 8 months ago
  • Trace-based Testing AWS Lambda with Tracetest, ECS Fargate, and Terraform
    Today, standard protocols like OpenTelemetry exist to help teams implement observability as part of the development process and provide a clear understanding of what their serverless application is doing. - Source: dev.to / 10 months ago

Do you know an article comparing Open Telemetry to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Open Telemetry discussion

Log in or Post with

This is an informative page about Open Telemetry. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.