Business Software for OpenTelemetry

Top Software that integrates with OpenTelemetry as of July 2025

Compare business software, products, and services to find the best solution for your business or organization. Use the filters on the left to drill down by category, pricing, features, organization size, organization type, region, user reviews, integrations, and more. View and sort the products and solutions that match your needs in the results below.

  • 1
    groundcover

    groundcover

    groundcover

    Cloud-based observability solution that helps businesses track and manage workload and performance on a unified dashboard. Monitor everything you run in your cloud without compromising on cost, granularity, or scale. groundcover is a full stack cloud-native APM platform designed to make observability effortless so that you can focus on building world-class products. By leveraging our proprietary sensor, groundcover unlocks unprecedented granularity on all your applications, eliminating the need for costly code changes and development cycles to ensure monitoring continuity. 100% visibility, all the time. Cover your entire Kubernetes stack instantly, with no code changes using the superpowers of eBPF instrumentation. Take control of your data, all in-cloud. groundcover’s unique inCloud architecture keeps your data private, secured and under your control without ever leaving your cloud premises.
    Starting Price: $20/month/node
    View Software
    Visit Website
  • 2
    imgproxy

    imgproxy

    imgproxy

    imgproxy – the fastest, most flexible image processing server! imgproxy is a high-performance, secure, and open-source image processing server that gives you full control over your media pipeline. Whether you’re looking for a faster alternative to existing open-source tools, moving away from an expensive SaaS solution, or replacing a costly in-house system, imgproxy is built to handle all your image processing needs. Unlike SaaS solutions, imgproxy runs on your infrastructure, eliminating vendor lock-in and reducing cloud costs. Compared to other open-source alternatives, it is significantly faster, more secure, and easier to scale. And unlike custom-built in-house solutions, imgproxy requires no ongoing development or maintenance, saving engineering resources while delivering enterprise-grade performance. For businesses that need even more power, imgproxy Pro offers additional features, enhanced image quality, and advanced security options.
    Starting Price: $49/per month
    View Software
    Visit Website
  • 3
    Docker

    Docker

    Docker

    Docker takes away repetitive, mundane configuration tasks and is used throughout the development lifecycle for fast, easy and portable application development, desktop and cloud. Docker’s comprehensive end-to-end platform includes UIs, CLIs, APIs and security that are engineered to work together across the entire application delivery lifecycle. Get a head start on your coding by leveraging Docker images to efficiently develop your own unique applications on Windows and Mac. Create your multi-container application using Docker Compose. Integrate with your favorite tools throughout your development pipeline, Docker works with all development tools you use including VS Code, CircleCI and GitHub. Package applications as portable container images to run in any environment consistently from on-premises Kubernetes to AWS ECS, Azure ACI, Google GKE and more. Leverage Docker Trusted Content, including Docker Official Images and images from Docker Verified Publishers.
    Starting Price: $7 per month
  • 4
    Kubernetes

    Kubernetes

    Kubernetes

    Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon 15 years of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community. Designed on the same principles that allows Google to run billions of containers a week, Kubernetes can scale without increasing your ops team. Whether testing locally or running a global enterprise, Kubernetes flexibility grows with you to deliver your applications consistently and easily no matter how complex your need is. Kubernetes is open source giving you the freedom to take advantage of on-premises, hybrid, or public cloud infrastructure, letting you effortlessly move workloads to where it matters to you.
    Starting Price: Free
  • 5
    New Relic

    New Relic

    New Relic

    There are an estimated 25 million engineers in the world across dozens of distinct functions. As every company becomes a software company, engineers are using New Relic to gather real-time insights and trending data about the performance of their software so they can be more resilient and deliver exceptional customer experiences. Only New Relic provides an all-in-one platform that is built and sold as a unified experience. With New Relic, customers get access to a secure telemetry cloud for all metrics, events, logs, and traces; powerful full-stack analysis tools; and simple, transparent usage-based pricing with only 2 key metrics. New Relic has also curated one of the industry’s largest ecosystems of open source integrations, making it easy for every engineer to get started with observability and use New Relic alongside their other favorite applications.
    Leader badge
    Starting Price: Free
  • 6
    Datadog

    Datadog

    Datadog

    Datadog is the monitoring, security and analytics platform for developers, IT operations teams, security engineers and business users in the cloud age. Our SaaS platform integrates and automates infrastructure monitoring, application performance monitoring and log management to provide unified, real-time observability of our customers' entire technology stack. Datadog is used by organizations of all sizes and across a wide range of industries to enable digital transformation and cloud migration, drive collaboration among development, operations, security and business teams, accelerate time to market for applications, reduce time to problem resolution, secure applications and infrastructure, understand user behavior and track key business metrics.
    Leader badge
    Starting Price: $15.00/host/month
  • 7
    Python

    Python

    Python

    The core of extensible programming is defining functions. Python allows mandatory and optional arguments, keyword arguments, and even arbitrary argument lists. Whether you're new to programming or an experienced developer, it's easy to learn and use Python. Python can be easy to pick up whether you're a first-time programmer or you're experienced with other languages. The following pages are a useful first step to get on your way to writing programs with Python! The community hosts conferences and meetups to collaborate on code, and much more. Python's documentation will help you along the way, and the mailing lists will keep you in touch. The Python Package Index (PyPI) hosts thousands of third-party modules for Python. Both Python's standard library and the community-contributed modules allow for endless possibilities.
    Starting Price: Free
  • 8
    Java

    Java

    Oracle

    The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.
    Starting Price: Free
  • 9
    Observe

    Observe

    Observe

    Observe – the AI-powered observability company – is reinventing how businesses detect anomalies, troubleshoot applications, and resolve incidents to deliver exceptional customer experiences. Only Observe eliminates silos of logs, metrics, and traces by storing all data in a single, cost-efficient data lake, analyzing all telemetry data using a single language, and providing access through a single, consistent, user interface. Observe’s AI-Powered Observability enables companies to resolve software incidents three times faster at one-third the cost. Customers such as Capital One, Dialpad AI, Top Golf and more trust Observe to turn their data into actionable insights.
    Starting Price: $0.35 Per GiB
  • 10
    Express

    Express

    OpenJS Foundation

    Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy. Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love. Express has no notion of a database. This concept is left up to third-party Node modules, allowing you to interface with nearly any database. In Express, 404 responses are not the result of an error, so the error-handler middleware will not capture them. This behavior is because a 404 response simply indicates the absence of additional work to do; in other words, Express has executed all middleware functions and routes, and found that none of them responded.
    Starting Price: Free
  • 11
    ASP.NET Core

    ASP.NET Core

    Microsoft

    Millions of developers use or have used ASP.NET 4.x to create web apps. ASP.NET Core is a redesign of ASP.NET 4.x, including architectural changes that result in a leaner, more modular framework. ASP.NET Core 3.x and later can only target .NET Core. Generally, ASP.NET Core is composed of .NET Standard libraries. Libraries written with .NET Standard 2.0 run on any .NET platform that implements .NET Standard 2.0. There are several advantages to targeting .NET Core, and these advantages increase with each release. Tag Helpers enable server-side code to participate in creating and rendering HTML elements in Razor files. Built-in support for multiple data formats and content negotiation lets your web APIs reach a broad range of clients, including browsers and mobile devices.
    Starting Price: Free
  • 12
    PHP

    PHP

    PHP

    Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. The PHP development team announces the immediate availability of PHP 8.0.20. When using the PHP.net website, there is even no need to get to a search box to access the content you would like to see quickly. You can use short PHP.net URLs to access pages directly.
    Starting Price: Free
  • 13
    Swift

    Swift

    Apple

    Writing Swift code is interactive and fun, the syntax is concise yet expressive, and Swift includes modern features developers love. Swift code is safe by design and produces software that runs lightning-fast. Swift is the result of the latest research on programming languages, combined with decades of experience building Apple platforms. Named parameters are expressed in a clean syntax that makes APIs in Swift even easier to read and maintain. Even better, you don’t even need to type semi-colons. Inferred types make code cleaner and less prone to mistakes, while modules eliminate headers and provide namespaces. To best support international languages and emoji, Strings are Unicode-correct and use a UTF-8 based encoding to optimize performance for a wide-variety of use cases. You can even write concurrent code with simple, built-in keywords that define asynchronous behavior, making your code more readable and less error-prone.
    Starting Price: Free
  • 14
    Ruby

    Ruby

    Ruby Language

    Wondering why Ruby is so popular? Its fans call it a beautiful, artful language. And yet, they say it’s handy and practical. Since its public release in 1995, Ruby has drawn devoted coders worldwide. In 2006, Ruby achieved mass acceptance. With active user groups formed in the world’s major cities and Ruby-related conferences filled to capacity. Ruby-Talk, the primary mailing list for discussion of the Ruby language, climbed to an average of 200 messages per day in 2006. It has dropped in recent years as the size of the community pushed discussion from one central list into many smaller groups. Ruby is ranked among the top 10 on most of the indices that measure the growth and popularity of programming languages worldwide (such as the TIOBE index). Much of the growth is attributed to the popularity of software written in Ruby, particularly the Ruby on Rails web framework.
    Starting Price: Free
  • 15
    Rust

    Rust

    Rust

    Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages. Rust’s rich type system and ownership model guarantee memory-safety and thread-safety — enabling you to eliminate many classes of bugs at compile-time. Rust has great documentation, a friendly compiler with useful error messages, and top-notch tooling — an integrated package manager and build tool, smart multi-editor support with auto-completion and type inspections, an auto-formatter, and more. Whip up a CLI tool quickly with Rust’s robust ecosystem. Rust helps you maintain your app with confidence and distribute it with ease. Use Rust to supercharge your JavaScript, one module at a time. Publish to npm, bundle with webpack, and you’re off to the races.
    Starting Price: Free
  • 16
    Go

    Go

    Golang

    With a strong ecosystem of tools and APIs on major cloud providers, it is easier than ever to build services with Go. With popular open source packages and a robust standard library, use Go to create fast and elegant CLIs. With enhanced memory performance and support for several IDEs, Go powers fast and scalable web applications. With fast build times, lean syntax, an automatic formatter and doc generator, Go is built to support both DevOps and SRE. Everything there is to know about Go. Get started on a new project or brush up for your existing Go code. An interactive introduction to Go in three sections. Each section concludes with a few exercises so you can practice what you've learned. The Playground allows anyone with a web browser to write Go code that we immediately compile, link, and run on our servers.
    Starting Price: Free
  • 17
    Elixir

    Elixir

    Elixir

    Elixir is a dynamic, functional language for building scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed, and fault-tolerant systems. Elixir is successfully used in web development, embedded software, data ingestion, and multimedia processing, across a wide range of industries. Check our getting started guide and our learning page to begin your journey with Elixir. All Elixir code runs inside lightweight threads of execution (called processes) that are isolated and exchange information via messages. Due to their lightweight nature, it is not uncommon to have hundreds of thousands of processes running concurrently in the same machine. Isolation allows processes to be garbage collected independently, reducing system-wide pauses, and using all machine resources as efficiently as possible (vertical scaling). Processes are also able to communicate with other processes running on different machines in the same network.
    Starting Price: Free
  • 18
    Vert.x

    Vert.x

    Vert.x

    Han­dle more re­quests with fewer re­sources com­pared to tra­di­tional stacks and frame­works based on block­ing I/O. Vert.x is a great fit for all kinds of ex­e­cu­tion en­vi­ron­ments, in­clud­ing con­strained en­vi­ron­ments like vir­tual ma­chines and con­tain­ers. Peo­ple told you asyn­chro­nous pro­gram­ming is too hard for you? We strive to make pro­gram­ming with Vert.x an ap­proach­able ex­pe­ri­ence, with­out sac­ri­fy­ing cor­rect­ness and per­for­mance. Don’t waste re­sources, in­crease de­ploy­ment den­sity and save money. You pick the model that works best for the task at hand, call­backs, promises, fu­tures, re­ac­tive ex­ten­sions, and (Kotlin) corou­tines. Vert.x is a toolkit, not a frame­work, so it is nat­u­rally very com­pos­able and em­bed­d­a­ble. We have no strong opin­ion on what your ap­pli­ca­tion struc­ture should be like. Se­lect the mod­ules and clients you need and com­pose them as you craft your ap­pli­ca­tion.
    Starting Price: Free
  • 19
    SigNoz

    SigNoz

    SigNoz

    SigNoz is an open source Datadog or New Relic alternative. A single tool for all your observability needs, APM, logs, metrics, exceptions, alerts, and dashboards powered by a powerful query builder. You don’t need to manage multiple tools for traces, metrics, and logs. Get great out-of-the-box charts and a powerful query builder to dig deeper into your data. Using an open source standard frees you from vendor lock-in. Use auto-instrumentation libraries of OpenTelemetry to get started with little to no code change. OpenTelemetry is a one-stop solution for all your telemetry needs. A single standard for all telemetry signals means increased developer productivity and consistency across teams. Write queries on all telemetry signals. Run aggregates, and apply filters and formulas to get deeper insights from your data. SigNoz uses ClickHouse, a fast open source distributed columnar database. Ingestion and aggregations are lightning-fast.
    Starting Price: $199 per month
  • 20
    Elastic APM
    Get deep visibility into your cloud-native and distributed applications — from microservices to serverless architectures — and quickly identify and resolve root causes of issues. Seamlessly adopt APM to automatically identify anomalies, map service dependencies, and simplify investigations into outliers and abnormal behavior. Optimize your application code with extensive support for popular languages, OpenTelemetry, and distributed tracing. Identify performance issues with automated and curated visual representation of all dependencies, including cloud, messaging, data store, and third-party services and their performance data. Drill into anomalies, transaction details, and metrics for deeper analysis.
    Starting Price: $95 per month
  • 21
    Amazon OpenSearch Service
    Increase operational excellence by using a popular open source solution, managed by AWS. Audit and secure your data with a data center and network architecture with built-in certifications. Systematically detect potential threats and react to a system’s state through machine learning, alerting, and visualization. Optimize time and resources for strategic work. Securely unlock real-time search, monitoring, and analysis of business and operational data. Amazon OpenSearch Service makes it easy for you to perform interactive log analytics, real-time application monitoring, website search, and more. OpenSearch is an open source, distributed search and analytics suite derived from Elasticsearch. Amazon OpenSearch Service offers the latest versions of OpenSearch, support for 19 versions of Elasticsearch (1.5 to 7.10 versions), as well as visualization capabilities powered by OpenSearch dashboards and Kibana.
    Starting Price: $0.036 per hour
  • 22
    OpenLIT

    OpenLIT

    OpenLIT

    OpenLIT is an OpenTelemetry-native application observability tool. It's designed to make the integration process of observability into AI projects with just a single line of code. Whether you're working with popular LLM libraries such as OpenAI and HuggingFace. OpenLIT's native support makes adding it to your projects feel effortless and intuitive. Analyze LLM and GPU performance, and costs to achieve maximum efficiency and scalability. Streams data to let you visualize your data and make quick decisions and modifications. Ensures that data is processed quickly without affecting the performance of your application. OpenLIT UI helps you explore LLM costs, token consumption, performance indicators, and user interactions in a straightforward interface. Connect to popular observability systems with ease, including Datadog and Grafana Cloud, to export data automatically. OpenLIT ensures your applications are monitored seamlessly.
    Starting Price: Free
  • 23
    Langtrace

    Langtrace

    Langtrace

    Langtrace is an open source observability tool that collects and analyzes traces and metrics to help you improve your LLM apps. Langtrace ensures the highest level of security. Our cloud platform is SOC 2 Type II certified, ensuring top-tier protection for your data. Supports popular LLMs, frameworks, and vector databases. Langtrace can be self-hosted and supports OpenTelemetry standard traces, which can be ingested by any observability tool of your choice, resulting in no vendor lock-in. Get visibility and insights into your entire ML pipeline, whether it is a RAG or a fine-tuned model with traces and logs that cut across the framework, vectorDB, and LLM requests. Annotate and create golden datasets with traced LLM interactions, and use them to continuously test and enhance your AI applications. Langtrace includes built-in heuristic, statistical, and model-based evaluations to support this process.
    Starting Price: Free
  • 24
    Aspecto

    Aspecto

    Aspecto

    Troubleshoot performance bottlenecks and errors within your microservices. Correlate root causes across traces, logs, and metrics. Cut your OpenTelemetry traces cost with Aspecto built-in remote sampling. How OTel data is visualized impacts your troubleshooting abilities. Go from a high-level overview to the very last detail with best-in-class visualization. Correlate logs and traces. From logs to their matched traces and back with one click. Never lose context and resolve issues faster. Use filters, free-text search, and groups to search your trace data and quickly pinpoint where in your system the problem is occurring. Cut your costs by sampling only the data you need. Sample traces based on languages, libraries, routes, and errors. Set data privacy rules to hide sensitive fields within trace data, specific routes, or anywhere else. Connect your day-to-day tools with your workflow. Logs, error monitoring, external events API, and more.
    Starting Price: $40 per month
  • 25
    KloudMate

    KloudMate

    KloudMate

    Squash latencies, detect bottlenecks, and debug errors. Join a rapidly expanding community of businesses from around the world, that are achieving 20X value and ROI by adopting KloudMate, compared to any other observability platform. Quickly monitor crucial metrics, and dependencies, and detect anomalies through alarms and issue tracking. Instantly locate ‘break-points’ in your application development lifecycle, to proactively fix issues. View service maps for every component in your application, and uncover intricate interconnections and dependencies. Trace every request and operation, providing detailed visibility into execution paths and performance metrics. Whether it's multi-cloud, hybrid, or private architecture, access unified Infrastructure monitoring capabilities to monitor metrics and gather insights. Supercharge debugging speed and precision with a complete system view. Identify and resolve issues faster.
    Starting Price: $60 per month
  • 26
    Arize Phoenix
    Phoenix is an open-source observability library designed for experimentation, evaluation, and troubleshooting. It allows AI engineers and data scientists to quickly visualize their data, evaluate performance, track down issues, and export data to improve. Phoenix is built by Arize AI, the company behind the industry-leading AI observability platform, and a set of core contributors. Phoenix works with OpenTelemetry and OpenInference instrumentation. The main Phoenix package is arize-phoenix. We offer several helper packages for specific use cases. Our semantic layer is to add LLM telemetry to OpenTelemetry. Automatically instrumenting popular packages. Phoenix's open-source library supports tracing for AI applications, via manual instrumentation or through integrations with LlamaIndex, Langchain, OpenAI, and others. LLM tracing records the paths taken by requests as they propagate through multiple steps or components of an LLM application.
    Starting Price: Free
  • 27
    KitchenAI

    KitchenAI

    KitchenAI

    KitchenAI is a developer-centric framework that streamlines the process of transforming AI Jupyter Notebooks into production-ready APIs. It bridges the gap between AI developers, application developers, and infrastructure developers by providing a fully featured API server with default routes, a command-line interface for quick setup, and an extensible plugin framework. This design enables users to author multiple AI techniques, rapidly test and iterate, and seamlessly build and share their work. For AI developers, KitchenAI manages scalability within familiar environments, converting notebooks into robust applications. Application developers benefit from intuitive SDKs and tools that facilitate the integration of AI through simple APIs, allowing for quick testing to determine the most suitable AI techniques for their applications. Infrastructure developers can integrate with AI tooling.
    Starting Price: $17 per month
  • 28
    Logfire

    Logfire

    Pydantic

    Pydantic Logfire is an observability platform designed to simplify monitoring for Python applications by transforming logs into actionable insights. It provides performance insights, tracing, and visibility into application behavior, including request headers, body, and the full trace of execution. Pydantic Logfire integrates with popular libraries and is built on top of OpenTelemetry, making it easier to use while retaining the flexibility of OpenTelemetry's features. Developers can instrument their apps with structured data, and query-ready Python objects, and gain real-time insights through visualizations, dashboards, and alerts. Logfire also supports manual tracing, context logging, and exception capturing, providing a modern logging interface. It is tailored for developers seeking a streamlined, effective observability tool with out-of-the-box integrations and ease of use.
    Starting Price: $2 per month
  • 29
    Arch

    Arch

    Arch

    ​Arch is an intelligent gateway designed to protect, observe, and personalize AI agents through seamless integration with your APIs. Built on Envoy Proxy, Arch offers secure handling, intelligent routing, robust observability, and integration with backend systems, all external to business logic. It features an out-of-process architecture compatible with various application languages, enabling quick deployment and transparent upgrades. Engineered with specialized sub-billion parameter Large Language Models (LLMs), Arch excels in critical prompt-related tasks such as function calling for API personalization, prompt guards to prevent toxic or jailbreak prompts, and intent-drift detection to enhance retrieval accuracy and response efficiency. Arch extends Envoy's cluster subsystem to manage upstream connections to LLMs, providing resilient AI application development. It also serves as an edge gateway for AI applications, offering TLS termination, rate limiting, and prompt-based routing.
    Starting Price: Free
  • 30
    ObserveNow

    ObserveNow

    ​OpsVerse

    ​OpsVerse's ObserveNow is a fully managed observability platform that integrates logs, metrics, distributed traces, and application performance monitoring into a single solution. Built on open source tools, ObserveNow offers rapid deployment, enabling users to start observing their infrastructure within minutes without extensive engineering effort. It supports deployment across various environments, including public clouds, private clouds, or on-premises, and ensures data compliance by allowing data to remain within the user's network. Features include pre-configured dashboards, alerts, anomaly detection, and workflow-based auto-remediation, all aimed at reducing the mean time to detect and the mean time to resolve issues. Additionally, ObserveNow offers a private SaaS option, providing the benefits of SaaS within the user's network or cloud, and operates at a fraction of the cost of traditional observability solutions.
    Starting Price: $12 per month
  • Previous
  • You're on page 1
  • 2
  • Next